mirror of
https://github.com/Ai-hack-MAGNUM-OPUS/frontend.git
synced 2024-11-22 09:36:40 +03:00
6 lines
173 B
TypeScript
6 lines
173 B
TypeScript
import {get} from './fetch'
|
|
import { check_state_url } from './urls'
|
|
|
|
export const check_state = async (uid: string) => {
|
|
return await get(`${check_state_url}/${uid}`)
|
|
} |