indented code

This commit is contained in:
Karma Riuk
2025-04-28 10:20:32 +02:00
parent 17590b6348
commit 59f68c677a

View File

@ -17,5 +17,5 @@ app.use('/', routes);
// Start server // Start server
app.listen(port, () => { app.listen(port, () => {
console.log(`Server is running on port ${port}`); console.log(`Server is running on port ${port}`);
}); });