mirror of
https://codeberg.org/ashley/poke
synced 2026-03-03 13:43:45 +00:00
this is one of the commits ever lol
This commit is contained in:
@@ -8,9 +8,9 @@ function init(app, config, rendertemplate) {
|
||||
initlog("wait a few mins... pt on timeout rn");
|
||||
|
||||
app.get("/*", function (req, res, next) {
|
||||
if (didstart) return next();
|
||||
if (didstart) return next();
|
||||
|
||||
return rendertemplate(res, req, "timeout.ejs");
|
||||
return rendertemplate(res, req, "timeout.ejs");
|
||||
});
|
||||
|
||||
setTimeout(function () {
|
||||
|
||||
Reference in New Issue
Block a user