configs
This commit is contained in:
parent
da045a7c02
commit
f20f9528aa
9 changed files with 37 additions and 8 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue