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