mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36: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: {
|
USER: {
|
||||||
LOGIN: '/auth',
|
LOGIN: '/auth',
|
||||||
OAUTH_WINDOW: (provider: OAuthProvider) =>
|
OAUTH_WINDOW: (provider: OAuthProvider) =>
|
||||||
`${CONFIG.apiHost}oauth/${provider}/redirect`,
|
`${CONFIG.apiHost}oauth/${provider}/redirect/`,
|
||||||
ME: '/auth',
|
ME: '/auth',
|
||||||
UPDATE_PHOTO: '/auth/photo',
|
UPDATE_PHOTO: '/auth/photo',
|
||||||
UPDATE_COVER: '/auth/photo',
|
UPDATE_COVER: '/auth/photo',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue