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:
parent
eda46bdb9d
commit
2377509d52
4 changed files with 3389 additions and 3390 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue