From bec43d762967a7ff84b4d03dad7f0195826b4774 Mon Sep 17 00:00:00 2001 From: Rassmagin Alexander Date: Sun, 15 Dec 2024 17:37:27 +0300 Subject: [PATCH] server service --- public/src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/src/config.js b/public/src/config.js index 3ebc52d..22f4f0a 100644 --- a/public/src/config.js +++ b/public/src/config.js @@ -1,4 +1,4 @@ -export const endpoint = "https://vyhodnoy.online:8080"; +export const endpoint = "http://server_service:8080/"; // export const endpoint = "http://127.0.0.1:8080";