mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
[~] New api endpoint
This commit is contained in:
parent
26302e5d88
commit
839d7fadab
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user