HOTFIX
This commit is contained in:
@@ -28,6 +28,7 @@ class ExpressManager{
|
|||||||
this.app.use(express.json());
|
this.app.use(express.json());
|
||||||
this.app.use(bp.json());
|
this.app.use(bp.json());
|
||||||
this.app.use(express.static(path.join(__dirname, process.env.FRONTEND_PATH || "./../../../frontend")));
|
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
|
// Routen wo man für Angemeldet sein muss
|
||||||
this.authRoutes = [
|
this.authRoutes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user