We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e965067 + f7ce137 commit 8495cf6Copy full SHA for 8495cf6
1 file changed
backend/app.js
@@ -35,7 +35,7 @@ app.use('/api/storage', verifyApiKey, logger, storageRoute);
35
36
// Test Route
37
app.get('/', (req, res) => {
38
- res.send("urBackend API is running 🚀");
+ res.status(200).json({status: "success", message: "urBackend API is running 🚀"})
39
});
40
41
// 🛡️ FAULT TOLERANCE: Global Error Handler
0 commit comments