mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-17 21:40:30 +00:00
[+] Api now supports HTTPS
This commit is contained in:
parent
03e13fd6a3
commit
02405669f3
@ -1,7 +1,7 @@
|
||||
// src/services/serverService.ts
|
||||
import {getAuth} from 'firebase/auth';
|
||||
|
||||
const apiUrl: string = 'http://176.165.62.226:3000';
|
||||
const apiUrl: string = 'https://www.servii.fr/api';
|
||||
|
||||
interface ApiResponse {
|
||||
return_code: number;
|
||||
|
Loading…
Reference in New Issue
Block a user