test(auth): testing auth stuff

This commit is contained in:
2025-04-08 06:49:13 -05:00
parent 92d251c122
commit d8edfaf05f
5 changed files with 194 additions and 1 deletions

View File

@@ -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,