Minor Adjustments
This commit is contained in:
parent
1084f5d937
commit
f486d50efa
60 changed files with 1965 additions and 127 deletions
7
libold/server/routes/vitals-route.js
Normal file
7
libold/server/routes/vitals-route.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import { Router } from "express";
|
||||
const router = Router();
|
||||
|
||||
// Get Routes
|
||||
router.get("/healthz", (req, res) => res.sendStatus(200));
|
||||
|
||||
export default router;
|
Loading…
Add table
Add a link
Reference in a new issue