auth: api call?

This commit is contained in:
muerwre 2018-12-10 14:59:09 +07:00
parent 088236c94e
commit a43bac4c26
3 changed files with 21 additions and 2 deletions

View file

@ -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`,
};