Checkin Seite erstellt

This commit is contained in:
2026-01-30 18:59:00 +01:00
parent a1ddaf5a35
commit 32f40124a8
10 changed files with 619 additions and 42 deletions

View File

@@ -6,7 +6,7 @@ const { initDatabase } = require('./database');
const { getDefaultRole } = require('./helpers/utils');
const app = express();
const PORT = 3335;
const PORT = 3333;
// Middleware
app.use(bodyParser.urlencoded({ extended: true }));