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

added api call (not working)

This commit is contained in:
muerwre 2019-08-12 15:39:06 +07:00
parent 92f097d161
commit 7350201e22
3 changed files with 26 additions and 2 deletions

View file

@ -3,5 +3,6 @@ export const API = {
USER: {
LOGIN: '/auth/login',
ME: '/auth/me', //
}
UPLOAD: (target, type) => `/upload/${target}/${type}`,
},
};