1
0
Fork 0
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

This commit is contained in:
Fedor Katurov 2025-04-02 20:42:40 +07:00
parent a676e98174
commit 4d55906ae8

View file

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