From a00b62730ff824c656fbf6e178372cfdf46c2457 Mon Sep 17 00:00:00 2001 From: vriti Date: Mon, 9 Jun 2025 19:41:17 +0530 Subject: [PATCH] Jnkinsfile, checking automation --- src/app.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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);