feat(back): blueprints added + example simple module

This commit is contained in:
2024-10-29 23:56:52 +01:00
parent 74eaa0c3a7
commit dcd1debc73
11 changed files with 109 additions and 14 deletions

View File

@@ -12,6 +12,7 @@ if (config.enableCors) {
}
app.use(express.json());
// Global middleware
app.use(authorizationMiddleware as any); // TODO: move out of here
app.use((req, _res, next) => {