fix: weitere fehlende Umlaute (Hinzufuegen, Eintraege, Passwoerter, erhaelt, enthaelt etc)
This commit is contained in:
@@ -57,7 +57,7 @@ bootstrapSuperAdmin()
|
||||
.catch(err => console.error('Bootstrap-Fehler:', err))
|
||||
.finally(() => {
|
||||
app.listen(PORT, '0.0.0.0', () => {
|
||||
console.log(`Backend laeuft auf Port ${PORT}`);
|
||||
console.log(`Backend läuft auf Port ${PORT}`);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user