mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
auth: api call?
This commit is contained in:
parent
088236c94e
commit
a43bac4c26
3 changed files with 21 additions and 2 deletions
|
@ -3,6 +3,7 @@ import { CLIENT } from '$config/frontend';
|
|||
export const API = {
|
||||
GET_GUEST: `${CLIENT.API_ADDR}/auth`,
|
||||
CHECK_TOKEN: `${CLIENT.API_ADDR}/auth`,
|
||||
IFRAME_LOGIN_VK: `${CLIENT.API_ADDR}/auth/iframe/vk`,
|
||||
GET_MAP: `${CLIENT.API_ADDR}/route`,
|
||||
POST_MAP: `${CLIENT.API_ADDR}/route`,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue