diff --git a/src/app.js b/src/app.js index a6e2b1e..6b548e9 100644 --- a/src/app.js +++ b/src/app.js @@ -127,7 +127,11 @@ async function startServer() { res.send("SpurrinAI Backend is running!"); }); - console.log('SpurrinAI Backend is running checking automation 1!'); + console.log('checking automation!'); + console.log('checking automation!'); + console.log('checking automation!'); + console.log('checking automation!'); + console.log('checking automation!'); // Error handling middleware app.use(errorHandler);