mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:18:27 +01:00
add account pages to superinit
This commit is contained in:
parent
330937cbe6
commit
4eaea98673
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ function init(app, config, rendertemplate) {
|
||||||
{ name: "Download and channel pages", path: "../init/pages-channel-and-download.js",},
|
{ name: "Download and channel pages", path: "../init/pages-channel-and-download.js",},
|
||||||
{ name: "api pages", path: "../init/pages-api.js" },
|
{ name: "api pages", path: "../init/pages-api.js" },
|
||||||
{ name: "static pages", path: "../init/pages-static.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" },
|
{ name: "main pages", path: "../init/pages-404-and-main.js" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue