Portchange to 3333

This commit is contained in:
Carsten Graf
2026-01-22 01:15:33 +01:00
parent 17838c4f1e
commit 743a103465

View File

@@ -8,7 +8,7 @@ const LDAPService = require('./ldap-service');
const cron = require('node-cron');
const app = express();
const PORT = 3000;
const PORT = 3333;
// Middleware
app.use(bodyParser.urlencoded({ extended: true }));