geoaccess app
This commit is contained in:
parent
02fa10c2d5
commit
51f507811c
18 changed files with 577 additions and 129 deletions
3
app/src/api_endpoints.ts
Normal file
3
app/src/api_endpoints.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export const API_BASE_URL = "https://fbbb261497e3.ngrok-free.app";
|
||||
export const GEO_ACCESS_API = `${API_BASE_URL}/geo-access/real`;
|
||||
export const MONGO_DB_CODA_API = `${API_BASE_URL}/queue`
|
Loading…
Add table
Add a link
Reference in a new issue