test(auth): testing auth stuff
This commit is contained in:
@@ -16,6 +16,7 @@ import { setPerms } from "./utils/testServerPerms.js";
|
||||
import serviceControl from "./route/servers/serverContorl.js";
|
||||
import { areSubModulesIn } from "./utils/subModuleCheck.js";
|
||||
import getSubmodules from "./route/modules/getSubModules.js";
|
||||
import updateSubModule from "./route/modules/updateSubModules.js";
|
||||
|
||||
// making sure all modules are in properly
|
||||
setTimeout(async () => {
|
||||
@@ -33,6 +34,7 @@ const routes = [
|
||||
updateModule,
|
||||
addModule,
|
||||
getSubmodules,
|
||||
updateSubModule,
|
||||
// settings
|
||||
addSetting,
|
||||
getSettings,
|
||||
|
||||
Reference in New Issue
Block a user