This commit is contained in:
2025-03-19 15:11:48 +01:00
parent 90f55576ac
commit f8160eed3c

View File

@@ -28,6 +28,7 @@ class ExpressManager{
this.app.use(express.json());
this.app.use(bp.json());
this.app.use(express.static(path.join(__dirname, process.env.FRONTEND_PATH || "./../../../frontend")));
console.log(path.join(__dirname, process.env.FRONTEND_PATH || "./../../../frontend"));
// Routen wo man für Angemeldet sein muss
this.authRoutes = [