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

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