mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 04:34:38 -05:00
this is one of the commits ever lol
This commit is contained in:
parent
6d59c61044
commit
ceee725453
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ 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");
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue