From 8c6414d94600de562748d25e1b640c1120f82f3d Mon Sep 17 00:00:00 2001 From: Romain Mallard Date: Wed, 11 Mar 2026 15:53:51 +0100 Subject: [PATCH] FIX: wrong config --- src/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.js b/src/config.js index 09c1910..8fe7624 100644 --- a/src/config.js +++ b/src/config.js @@ -1,5 +1,5 @@ -export const API_BASE = "http://localhost:7080"; +//export const API_BASE = "http://localhost:7080"; -//export const API_BASE = "https://79.137.75.155/hotel-demo/api/"; +export const API_BASE = "https://79.137.75.155/hotel-demo/api/"; //export const API_BASE = "https://79.137.75.155:5090"; \ No newline at end of file