Skip to content

Commit 4e62a96

Browse files
fix health route (#35)
Co-authored-by: israel.aristide <israel.aristide@plusgrade.com>
1 parent a555d01 commit 4e62a96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/v2/v2.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ router.use(express.urlencoded({extended: true}));
88

99
router.use('/discord', Discord);
1010

11-
router.get('/heath', (req, res) => {
11+
router.get('/health', (req, res) => {
1212
res.status(200);
1313
res.json({
1414
message: "Service is online"

0 commit comments

Comments
 (0)