Skip to content

Commit ba2accc

Browse files
committed
fix: add TODO for health check endpoint in probot app
1 parent e488a5b commit ba2accc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ export const probotApp = (req: IncomingMessage, res: ServerResponse) => {
1313
res.writeHead(404);
1414
res.end();
1515
});
16-
};
16+
};
17+
// TODO: Add a health check endpoint

0 commit comments

Comments
 (0)