Jnkinsfile, checking automation

This commit is contained in:
vriti 2025-06-09 19:41:17 +05:30
parent 6034054e38
commit a00b62730f

View File

@ -127,7 +127,11 @@ async function startServer() {
res.send("SpurrinAI Backend is running!"); 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 // Error handling middleware
app.use(errorHandler); app.use(errorHandler);