1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

user check on rehydrate

This commit is contained in:
Fedor Katurov 2019-10-08 15:44:11 +07:00
parent eda46bdb9d
commit 2377509d52
4 changed files with 3389 additions and 3390 deletions

View file

@ -4,7 +4,7 @@ export const API = {
BASE: process.env.API_HOST,
USER: {
LOGIN: '/auth/login',
ME: '/auth/me', //
ME: '/auth/', //
UPLOAD: (target, type) => `/upload/${target}/${type}`,
},
NODE: {