[+] Revert to regular API ip.

This commit is contained in:
Charles Le Maux 2024-09-20 16:18:17 +02:00
parent b1d30fb671
commit 1fe1d04292

View File

@ -1,8 +1,8 @@
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://www.servii.fr/api';
const apiUrl: string = 'http://localhost:3000'; //const apiUrl: string = 'http://localhost:3000';
interface ApiResponse { interface ApiResponse {
return_code: number; return_code: number;