This commit is contained in:
Lev 2025-12-08 22:00:40 +03:00
parent da045a7c02
commit f20f9528aa
9 changed files with 37 additions and 8 deletions

View file

@ -1,5 +1,5 @@
const port = 8000;
const API_URL = "https://spectralvpn.ru:${port}";
const API_URL = "http://localhost:${port}";
async function sha256(text) {
const encoder = new TextEncoder();