From 02405669f3b2f361475b38897403bbf96994d901 Mon Sep 17 00:00:00 2001 From: Charles Le Maux Date: Thu, 4 Jul 2024 02:26:13 +0100 Subject: [PATCH] [+] Api now supports HTTPS --- src/service/api.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/service/api.tsx b/src/service/api.tsx index bdcfc88..a711930 100644 --- a/src/service/api.tsx +++ b/src/service/api.tsx @@ -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;