geoaccess app

This commit is contained in:
Alessio Ganzarolli 2025-08-02 04:50:15 +02:00
parent 02fa10c2d5
commit 51f507811c
18 changed files with 577 additions and 129 deletions

3
app/src/api_endpoints.ts Normal file
View 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`