We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e96627 commit c43e6d1Copy full SHA for c43e6d1
services/index.ts
@@ -22,6 +22,8 @@ export default (app: Application): void => {
22
app.configure(Feedback);
23
app.configure(Files);
24
25
+ app.get('/ping', (req, res) => res.send('pong'));
26
+
27
app.hooks({
28
before: {
29
all: [tryAuthenticate, logging]
0 commit comments