diff --git a/backend/routes/auth/social/vk_iframe.js b/backend/routes/auth/social/vk_iframe.js index 1d776b0..53c289b 100644 --- a/backend/routes/auth/social/vk_iframe.js +++ b/backend/routes/auth/social/vk_iframe.js @@ -1,13 +1,12 @@ const { User } = require('../../../models'); const axios = require('axios'); const { generateUser } = require('../guest'); -const { STRINGS } = require('../../../config/strings'); const fetchUserData = async (req, res) => { const { query: { user_id, access_token } } = req; const result = await axios.get( - 'https://api.vk.com/method/users.get', + 'http://api.vk.com/method/users.get', { params: { user_id,