auth: added backend debugging x6

This commit is contained in:
muerwre 2018-12-10 14:38:07 +07:00
parent 07c457a31c
commit f9bcef57a0

View file

@ -38,7 +38,7 @@ export const postMap = ({
// }).then(result => (result && result.data))).catch(() => null); // }).then(result => (result && result.data))).catch(() => null);
export const getVkUserInfo = ({ user_id, access_token }) => (axios.get( export const getVkUserInfo = ({ user_id, access_token }) => (axios.get(
'http://api.vk.com/method/users.get', 'https://api.vk.com/method/users.get',
{ {
params: { params: {
user_id, user_id,