Revert "Fix : URL API production"
Build & Deploy / build (push) Successful in 14s

This reverts commit 0be0d1fb58.
This commit is contained in:
Mouigni
2026-08-15 15:45:24 +02:00
parent 0be0d1fb58
commit 15b1ab5fa0
+1 -1
View File
@@ -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 = { export type ApiDocument = {
id: number; id: number;