Тест со сменой адреса.

This commit is contained in:
PsiMagistr 2025-05-25 10:59:14 +03:00
parent a9d2c7cb27
commit 4461987bc4

View File

@ -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');