mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
[+] Revert to regular API ip.
This commit is contained in:
parent
b1d30fb671
commit
1fe1d04292
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user