frontend/pages/api/urls.ts

5 lines
64 B
TypeScript
Raw Permalink Normal View History

2022-08-26 23:44:40 +03:00
const check_state_url = '/state'
export {
check_state_url
}