diff --git a/backend/src/index.js b/backend/src/index.js index 59eee3a6..c076b975 100644 --- a/backend/src/index.js +++ b/backend/src/index.js @@ -37,5 +37,5 @@ try { } server.listen(PORT, () => { - console.log(`Server is running on ${AppConfig.API_SERVER}`); + console.log(`Server is running`); });