mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
fixed loading route and maps
This commit is contained in:
parent
1f774a8299
commit
62cb8d8e18
18 changed files with 715 additions and 369 deletions
|
@ -16,7 +16,7 @@ const fetchUserData = async (req, res) => {
|
|||
client_id: CONFIG.SOCIAL.VK.APP_ID,
|
||||
client_secret: CONFIG.SOCIAL.VK.SECRET,
|
||||
code,
|
||||
redirect_uri: `${proto}://${host}/auth/social/vk`,
|
||||
redirect_uri: `${proto}://${host}/api/auth/social/vk`,
|
||||
}
|
||||
}
|
||||
).catch(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue