Beta to stable #5

Merged
saqut merged 37 commits from beta into stable 2022-12-25 23:24:56 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5a1ca121f6 - Show all commits

View File

@ -17,7 +17,7 @@ exports.http = server;
let {resolve} = require("path");
app.get("/script",(request, response)=>{
response.sendFile(resolve("./script/wsjs.js"))
response.sendFile(resolve("./script/index.js"))
});
app.get("*",(request, response)=>{
response.sendFile(resolve("./script/status.xml"))