Skip to content

Commit

Permalink
Add health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTimeey committed May 17, 2021
1 parent 6b31dd7 commit 719484a
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 5,945 deletions.
1 change: 1 addition & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ router.use('/words', require('./src/routers/word.js'));
router.use('/batch', require('./src/routers/batch.js'));
router.use('/random', require('./src/routers/random.js'));
router.use('/search', require('./src/routers/search'));
router.use('/health', require('./src/routers/healthcheck'));

app.use('/api', router);

Expand Down
Loading

0 comments on commit 719484a

Please sign in to comment.