add simple templating

This commit is contained in:
Mystikfluu
2022-08-24 16:00:24 +02:00
parent 73dd02ecc4
commit 35d91586f6
6 changed files with 352 additions and 15 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export const setup = function (router, con, server) {
console.log(5, "pid collision");
}
PIDS[pid] = true;
setTimeout(function () {
setTimeout(function() {
PIDS[pid] = undefined;
}, 40000);
res.json({ "pid": pid });