1
0
Fork 0
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:
Fedor Katurov 2020-11-27 17:58:04 +07:00
parent 892e40c87e
commit 370cf132eb
2 changed files with 4 additions and 3 deletions

View file

@ -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`,