implement members controller

This commit is contained in:
tw-blue
2025-11-30 16:39:24 +01:00
parent ea2b04d6a0
commit 987a380758
9 changed files with 251 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import express from "express";
import { RegisterRoutes } from "./generated/routes.js";
import { sessionHandler } from "./infrastructure/session.js";
import { sessionHandler } from "./infrastructure/sessionHandler.js";
import { keycloak } from "./services/keycloak/user/index.js";
const app = express();