Refactor server.js to update welcome message in the logger
Some checks failed
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing

This commit is contained in:
2024-05-28 20:41:46 +02:00
parent d76a781680
commit f2d244c95a

View File

@@ -140,7 +140,7 @@ app.listen(PORT, () => {
console.clear();
if (logger) {
logger.info(`☀️ Welcome to the Content Delivery Network (CDN) Server`);
logger.info(`☀️ Welcome to the Content Delivery Network Server`);
logger.info(`🚀 Your server is available and running on port ${PORT}`);
logger.info(`⚜️ Application developed by Dinawo, part of the SwiftLogic Labs group`);
logger.info(`♨️ Version: ${version}`);