working on healthcheck api and auth api
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import express from 'express'
|
||||
|
||||
const router = exporess.Router()
|
||||
|
||||
router.get('/', (req, res) => res.json({ status: "UP" }))
|
||||
|
||||
export default router
|
||||
Reference in New Issue
Block a user