diff --git a/src/services/theapi.ts b/src/services/theapi.ts index f95ecb7..f1fe64d 100644 --- a/src/services/theapi.ts +++ b/src/services/theapi.ts @@ -1,4 +1,4 @@ -export const API_URL = "http://127.0.0.1:8000"; +export const API_URL = "https://regwatch-api.nfteam.ovh"; export type ApiDocument = { id: number;