diff --git a/src/index.js b/src/index.js index e8255e4..ceffa6e 100644 --- a/src/index.js +++ b/src/index.js @@ -14,5 +14,6 @@ app.use("/entries", entries) app.use("/tags", tags) app.listen(port, () => { - console.info(`INFO eolas-api server running at http://localhost:${port}`) + console.info(`TB-INFO eolas-api running on NodeJS ${process.version}`) + console.info(`TB-INFO eolas-api server running at http://localhost:${port}`) })