add post.js to loaded routes
This commit is contained in:
parent
8dd177da25
commit
14a9bf058b
@ -421,7 +421,8 @@ var commonfunctions = {
|
|||||||
const toLoad = [
|
const toLoad = [
|
||||||
"api/options.js",
|
"api/options.js",
|
||||||
"api/all.js",
|
"api/all.js",
|
||||||
"api/settingshandler.js"
|
"api/settingshandler.js",
|
||||||
|
"api/post.js"
|
||||||
]
|
]
|
||||||
|
|
||||||
for (let i = 0; i < toLoad.length; i++) {
|
for (let i = 0; i < toLoad.length; i++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user