mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
auth: api call?
This commit is contained in:
parent
088236c94e
commit
a43bac4c26
3 changed files with 21 additions and 2 deletions
|
@ -33,3 +33,6 @@ export const postMap = ({
|
|||
distance,
|
||||
}).then(result => (result && result.data && result.data));
|
||||
|
||||
export const checkIframeToken = ({ id, token }) => axios.get(API.IFRAME_LOGIN_VK, {
|
||||
params: { viewer_id, access_token, auth_key }
|
||||
}).then(result => (result && result.data));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue