mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed typo
This commit is contained in:
parent
892e40c87e
commit
370cf132eb
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@ export const API = {
|
|||
USER: {
|
||||
LOGIN: '/user/login',
|
||||
OAUTH_WINDOW: (provider: ISocialProvider) =>
|
||||
`${process.env.RACT_APP_API_HOST}oauth/${provider}/redirect`,
|
||||
`${process.env.REACT_APP_API_HOST}oauth/${provider}/redirect`,
|
||||
ME: '/user/',
|
||||
PROFILE: (username: string) => `/user/user/${username}/profile`,
|
||||
MESSAGES: (username: string) => `/user/user/${username}/messages`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue