Skip to content

Commit f7ce137

Browse files
committed
update: readme file
1 parent e965067 commit f7ce137

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ app.use('/api/storage', verifyApiKey, logger, storageRoute);
3535

3636
// Test Route
3737
app.get('/', (req, res) => {
38-
res.send("urBackend API is running 🚀");
38+
res.status(200).json({status: "success", message: "urBackend API is running 🚀"})
3939
});
4040

4141
// 🛡️ FAULT TOLERANCE: Global Error Handler

0 commit comments

Comments
 (0)