1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-01-19 03:43:29 -05:00

add account pages to superinit

This commit is contained in:
Ashley 2023-10-08 06:44:43 +00:00
parent 330937cbe6
commit 4eaea98673

View file

@ -47,6 +47,7 @@ function init(app, config, rendertemplate) {
{ name: "Download and channel pages", path: "../init/pages-channel-and-download.js",},
{ name: "api pages", path: "../init/pages-api.js" },
{ name: "static pages", path: "../init/pages-static.js" },
{ name: "account pages", path: "../init/pages-account.js" },
{ name: "main pages", path: "../init/pages-404-and-main.js" },
];