Fehler Behoben

This commit is contained in:
Moritz Utcke
2025-02-20 10:11:09 +11:00
parent 2f04be6da9
commit d228908430
20 changed files with 221 additions and 43 deletions

View File

@@ -6,9 +6,9 @@ const app = express();
const base = '/';
app.use(base, express.static('dist/client/'));
app.use(ssrHandler);
app.use(express.json({ limit: "50mb" }))
app.use(express.urlencoded({ limit: "50mb" }))
app.listen(80, function() {
console.log('Server started on http://localhost:80');
});
});