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

get self api fn

This commit is contained in:
muerwre 2019-08-03 12:43:05 +07:00
parent 6f9f255abf
commit e119ae5fc4
4 changed files with 28 additions and 5 deletions

View file

@ -2,5 +2,6 @@ export const API = {
BASE: 'http://localhost:3333',
USER: {
LOGIN: '/auth/login',
ME: '/auth/me',
}
};