Skip to content

Commit c43e6d1

Browse files
committed
feat: add ping-pong endpoint 🥚
1 parent 3e96627 commit c43e6d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ export default (app: Application): void => {
2222
app.configure(Feedback);
2323
app.configure(Files);
2424

25+
app.get('/ping', (req, res) => res.send('pong'));
26+
2527
app.hooks({
2628
before: {
2729
all: [tryAuthenticate, logging]

0 commit comments

Comments
 (0)