This commit is contained in:
Carl Downing
2023-07-30 08:08:53 -07:00
parent 5a08e05f5d
commit 7a23067e18
16 changed files with 21 additions and 25 deletions

View File

@@ -38,7 +38,7 @@ router.get(
}
// middleware marks the probe as alive.
// so we dont need to do anything here.
// so we don't need to do anything here.
return Response.sendCustomResponse(
req,
res,

View File

@@ -64,7 +64,7 @@ router.post(
);
// middleware marks the probe as alive.
// so we dont need to do anything here.
// so we don't need to do anything here.
return Response.sendEmptyResponse(req, res);
} catch (err) {
return next(err);