Update configuration

This commit is contained in:
2024-10-17 18:42:35 +02:00
parent c8d87f6643
commit 41106a8686
7 changed files with 276 additions and 320 deletions

View File

@@ -46,6 +46,8 @@ app.use("/exercises", exercises)
// Start server
app.listen(port, () => {
const server = app.listen(port, () => {
console.log(`Server is running and listening to port ${port}`)
})
module.exports = server