From 4461987bc4ac494e62680fda2cbdf4c189e97599 Mon Sep 17 00:00:00 2001 From: PsiMagistr Date: Sun, 25 May 2025 10:59:14 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=B5=D1=81=D1=82=20=D1=81=D0=BE=20?= =?UTF-8?q?=D1=81=D0=BC=D0=B5=D0=BD=D0=BE=D0=B9=20=D0=B0=D0=B4=D1=80=D0=B5?= =?UTF-8?q?=D1=81=D0=B0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/main.js b/public/js/main.js index ea0ea2b..7ea9a31 100644 --- a/public/js/main.js +++ b/public/js/main.js @@ -23,7 +23,7 @@ function parseJwtPayload(token) { } document.addEventListener('DOMContentLoaded', () => { - const SERVER_URL = 'http://127.0.0.1:3200'; + const SERVER_URL = 'https://81.177.140.16:3200' //'http://127.0.0.1:3200'; const API_BASE_URL = SERVER_URL; const initialToken = localStorage.getItem('jwtToken');