-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68e8e9c
commit ab3cafc
Showing
17 changed files
with
48 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
export const changeUrlBase = "http://localhost:8000/user/pwd/update"; | ||
export const changeUsernameUrl = "http://127.0.0.1:8000/user/username"; | ||
export const userDetailUrl = "http://127.0.0.1:8000/user/details"; | ||
export const updateUserUrl = "http://127.0.0.1:8000/user/update"; | ||
export const pictureUrl = "http://localhost:8014/bucket/image/serve"; | ||
export const avatarUpdateUrl = "http://localhost:8014/bucket/image"; | ||
export const forgotpasswordUrl = "http://127.0.0.1:8000/user/pwd/forgot"; | ||
export const userGetByIdUrl = "http://127.0.0.1:8000/user/get/id"; | ||
export const requestsList = "http://127.0.0.1:8000/friends/request"; | ||
export const acceptUrl = "http://127.0.0.1:8000/friends/accept"; | ||
export const rejectUrl = "http://127.0.0.1:8000/friends/reject"; | ||
export const friendList = "http://127.0.0.1:8000/friends/list"; | ||
export const friendDelete = "http://127.0.0.1:8000/friends/delete"; | ||
export const singleUserDetailUrl = "http://127.0.0.1:8000/user/get/id"; | ||
export const gameDetailUrl = "http://127.0.0.1:8000/game/list"; | ||
export const joinUrl = "http://127.0.0.1:8000/game/join"; | ||
export const matchHistoryUrl = "http://127.0.0.1:8000/game/history"; | ||
export const gameCreateUrl = "http://127.0.0.1:8000/game/room"; | ||
export const registerUrl = "http://localhost:8000/user/register"; | ||
export const loginUrl = "http://127.0.0.1:8000/user/login"; | ||
export const IntraOAuthUrl = "http://127.0.0.1:8000/auth/intra" | ||
export const resetUrlBase = "http://localhost:8004/user/pwd/change"; | ||
export const url = "http://127.0.0.1:8000/user/2fa"; | ||
export const twofaUrl = "http://127.0.0.1:8000/user/2fa"; | ||
export const searchUrl = "http://127.0.0.1:8000/user/search"; | ||
export const friendAdd = "http://127.0.0.1:8000/friends/add"; | ||
export const ValidateAccessToken = "http://127.0.0.1:8000/auth/token/validate"; | ||
export const ValidateRefreshToken = "http://127.0.0.1:8000/auth/token/refresh"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters