Skip to content

Commit 22f7857

Browse files
committed
chore: revert health endpoint
1 parent 7d496f8 commit 22f7857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/health.route.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { health } from '../controllers/health.controller'
44
const router = express.Router()
55

66
router.get('/', health)
7-
router.get('/healthz', health)
7+
router.get('/health', health)
88

99
export { router as healthRoute }

0 commit comments

Comments
 (0)