From 0be0d1fb58ee450f3312ac5af90c3bac20bc2468 Mon Sep 17 00:00:00 2001 From: Mouigni Date: Sat, 15 Aug 2026 15:35:03 +0200 Subject: [PATCH] Fix : URL API production --- 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 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;