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