mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
auth: added backend debugging x6
This commit is contained in:
parent
07c457a31c
commit
f9bcef57a0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue