From 1fe1d042928c5a21dc06ca27d6321246c6c0f455 Mon Sep 17 00:00:00 2001 From: Charles Le Maux Date: Fri, 20 Sep 2024 16:18:17 +0200 Subject: [PATCH] [+] Revert to regular API ip. --- src/service/api.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/service/api.tsx b/src/service/api.tsx index c043970..0c76d47 100644 --- a/src/service/api.tsx +++ b/src/service/api.tsx @@ -1,8 +1,8 @@ import {auth} from './firebase.jsx' import {Bounce, toast} from "react-toastify"; -//const apiUrl: string = 'https://www.servii.fr/api'; -const apiUrl: string = 'http://localhost:3000'; +const apiUrl: string = 'https://www.servii.fr/api'; +//const apiUrl: string = 'http://localhost:3000'; interface ApiResponse { return_code: number;