automation test

This commit is contained in:
vriti 2025-06-09 19:25:56 +05:30
parent 03aab50781
commit ba3c0b2bde

View File

@ -127,6 +127,8 @@ async function startServer() {
res.send("SpurrinAI Backend is running!"); res.send("SpurrinAI Backend is running!");
}); });
console.log('SpurrinAI Backend is running checking automation 1!');
// Error handling middleware // Error handling middleware
app.use(errorHandler); app.use(errorHandler);