From 15b1ab5fa0cc72d94380dc259d296e5b2a06bd84 Mon Sep 17 00:00:00 2001 From: Mouigni Date: Sat, 15 Aug 2026 15:45:24 +0200 Subject: [PATCH] Revert "Fix : URL API production" This reverts commit 0be0d1fb58ee450f3312ac5af90c3bac20bc2468. --- src/services/theapi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;