[~] New api endpoint

This commit is contained in:
Charles Le Maux 2024-10-14 00:14:18 +02:00
parent 26302e5d88
commit 839d7fadab

View File

@ -1,7 +1,7 @@
import {auth} from './firebase.jsx' import {auth} from './firebase.jsx'
import {Bounce, toast} from "react-toastify"; 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'; //const apiUrl: string = 'http://localhost:3000';
let token_fetched: boolean = false; let token_fetched: boolean = false;
let token: string; let token: string;