1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 06:34:40 -05:00
This commit is contained in:
Ashley 2022-11-13 11:06:29 +01:00
parent fa6c5335dc
commit 45dcdc741a

View file

@ -26,6 +26,10 @@ function init(app, config, rendertemplate) {
);
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");
require("../init/pages-static.js")(app, config, rendertemplate);
initlog("loaded static pages");