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 e488a5b commit ba2acccCopy full SHA for ba2accc
src/index.ts
@@ -13,4 +13,5 @@ export const probotApp = (req: IncomingMessage, res: ServerResponse) => {
13
res.writeHead(404);
14
res.end();
15
});
16
-};
+};
17
+// TODO: Add a health check endpoint
0 commit comments