From f9bcef57a0c130fd2860075dc479f2fe97e62bd7 Mon Sep 17 00:00:00 2001 From: muerwre Date: Mon, 10 Dec 2018 14:38:07 +0700 Subject: [PATCH] auth: added backend debugging x6 --- src/utils/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/api.js b/src/utils/api.js index 304fd64..b5d59bf 100644 --- a/src/utils/api.js +++ b/src/utils/api.js @@ -38,7 +38,7 @@ export const postMap = ({ // }).then(result => (result && result.data))).catch(() => null); export const getVkUserInfo = ({ user_id, access_token }) => (axios.get( - 'http://api.vk.com/method/users.get', + 'https://api.vk.com/method/users.get', { params: { user_id,