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;