mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 12:26:40 +07:00
fix trailing slashes
All checks were successful
Build & Publish / Build & Publish (push) Successful in 3m7s
All checks were successful
Build & Publish / Build & Publish (push) Successful in 3m7s
This commit is contained in:
parent
a676e98174
commit
4d55906ae8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ export const API = {
|
|||
USER: {
|
||||
LOGIN: '/auth',
|
||||
OAUTH_WINDOW: (provider: OAuthProvider) =>
|
||||
`${CONFIG.apiHost}oauth/${provider}/redirect`,
|
||||
`${CONFIG.apiHost}oauth/${provider}/redirect/`,
|
||||
ME: '/auth',
|
||||
UPDATE_PHOTO: '/auth/photo',
|
||||
UPDATE_COVER: '/auth/photo',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue