auth: cleaned code

This commit is contained in:
muerwre 2018-12-10 14:47:03 +07:00
parent c2a202307b
commit a0c1f00be4
6 changed files with 1 additions and 106 deletions

View file

@ -5,5 +5,4 @@ export const API = {
CHECK_TOKEN: `${CLIENT.API_ADDR}/auth`,
GET_MAP: `${CLIENT.API_ADDR}/route`,
POST_MAP: `${CLIENT.API_ADDR}/route`,
VK_IFRAME_AUTH: `${CLIENT.API_ADDR}/auth/social/vk_iframe`,
};