Skip to content

Commit 6c5178c

Browse files
committed
.
1 parent 9f641a3 commit 6c5178c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/server.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -479,11 +479,6 @@ export async function correctLocation(location: LocationReturn): Promise<any> {
479479
}
480480
});
481481

482-
/**
483-
* Simple health check route.
484-
*/
485-
app.get('/health', (_req: Request, res: Response) => res.send('OK'));
486-
487482
app.listen(Number(PORT), () => {
488483
console.log(`Server running on port ${PORT}`);
489484
});

0 commit comments

Comments
 (0)