Update configuration

This commit is contained in:
2024-10-17 18:42:35 +02:00
parent b490d058e4
commit 7fc1f45574
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