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:
parent
6f9f255abf
commit
e119ae5fc4
4 changed files with 28 additions and 5 deletions
|
@ -2,5 +2,6 @@ export const API = {
|
|||
BASE: 'http://localhost:3333',
|
||||
USER: {
|
||||
LOGIN: '/auth/login',
|
||||
ME: '/auth/me',
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue