diff --git a/api-server.js b/api-server.js index 77501fd..d43ea22 100644 --- a/api-server.js +++ b/api-server.js @@ -399,3 +399,4 @@ app.use(express.json()) app.listen(port, host); console.log(`Server started at http://${host}:${port}`); })() +