mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 06:18:05 +01:00
qwq
This commit is contained in:
parent
1ed19aec17
commit
3e9ec2b6a0
1 changed files with 5 additions and 1 deletions
|
@ -26,6 +26,10 @@ function init(app, config, rendertemplate) {
|
||||||
);
|
);
|
||||||
|
|
||||||
initlog("Loaded Download and channel pages");
|
initlog("Loaded Download and channel pages");
|
||||||
|
initlog("Loading api pages");
|
||||||
|
require("../init/pages-api.js")(app, config, rendertemplate);
|
||||||
|
initlog("loaded api pages");
|
||||||
|
|
||||||
initlog("Loading static pages");
|
initlog("Loading static pages");
|
||||||
require("../init/pages-static.js")(app, config, rendertemplate);
|
require("../init/pages-static.js")(app, config, rendertemplate);
|
||||||
initlog("loaded static pages");
|
initlog("loaded static pages");
|
||||||
|
|
Loading…
Reference in a new issue