(feature) Update UI & Resource Availability
This commit is contained in:
parent
11d8229eb5
commit
929193d272
44 changed files with 4747 additions and 27 deletions
6
lib/routes/vitals-route.js
Normal file
6
lib/routes/vitals-route.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
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