mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
fixed __heartbeat__ route
This commit is contained in:
@@ -69,7 +69,7 @@ module.exports = function(app) {
|
|||||||
res.sendStatus(200);
|
res.sendStatus(200);
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('__heartbeat__', async (req, res) => {
|
app.get('/__heartbeat__', async (req, res) => {
|
||||||
try {
|
try {
|
||||||
await storage.ping();
|
await storage.ping();
|
||||||
res.sendStatus(200);
|
res.sendStatus(200);
|
||||||
|
|||||||
Reference in New Issue
Block a user