Update Tabellen und Suchalgo

This commit is contained in:
2026-02-17 17:29:40 +01:00
parent ce89fccdb5
commit 441ba313aa
12 changed files with 131 additions and 70 deletions

View File

@@ -8,7 +8,7 @@ const searchRoutes = require('./routes/search');
const app = express();
// Standardmäßig läuft der Entwicklungsserver lokal auf 3002.
// Im Docker-Container wird der Port über die Umgebungsvariable PORT (z.B. 3001) gesetzt.
const PORT = process.env.PORT || 3002;
const PORT = process.env.PORT || 3001;
// Middleware
app.use(cors());