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);
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,