3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Fix invalid response in default route

This commit is contained in:
Dragory 2019-07-22 01:13:08 +03:00
parent 283041cd52
commit e34f3b1442

View file

@ -26,7 +26,7 @@ connect().then(() => {
// Default route
app.get("/", (req, res) => {
res.end({ status: "cookies" });
res.json({ status: "cookies", with: "milk" });
});
// Error response