added relay repo

This commit is contained in:
Ваше Имя
2025-02-19 13:38:30 +05:00
parent 62acfe1b0c
commit 9598f0a11b
239 changed files with 1776 additions and 2170 deletions

View File

@ -13,7 +13,7 @@ app.set('etag', false);
app.get(obj["path"], (req, res) => {
res.sendFile(__dirname + '/html/index.html');
res.sendFile(__dirname + '/index.html');
})
app.get("*", (req, res) => {