From 839d7fadab4155ba863c420ce1c49a282a42332b Mon Sep 17 00:00:00 2001 From: Charles Le Maux Date: Mon, 14 Oct 2024 00:14:18 +0200 Subject: [PATCH] [~] New api endpoint --- src/service/api.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/api.tsx b/src/service/api.tsx index 2464f96..50ef830 100644 --- a/src/service/api.tsx +++ b/src/service/api.tsx @@ -1,7 +1,7 @@ import {auth} from './firebase.jsx' import {Bounce, toast} from "react-toastify"; -const apiUrl: string = 'https://www.servii.fr/api'; +const apiUrl: string = 'https://api.servii.fr/'; //const apiUrl: string = 'http://localhost:3000'; let token_fetched: boolean = false; let token: string;