check webhook
This commit is contained in:
parent
1e82ced924
commit
dd8d973ab4
|
|
@ -209,11 +209,3 @@ Route.post("/api/gitea-webhook", ({ request, response }) => {
|
|||
|
||||
Route.get('/api/images/:filename', "ImagesController.getImage");
|
||||
|
||||
// Route.get('/api/monitor', async ({ request, response }) => {
|
||||
// try {
|
||||
// console.log(await Database.raw("SELECT 1"))
|
||||
// response.status(200).send("I'm fine!")
|
||||
// } catch (error) {
|
||||
// response.status(203).send("Can't connect to database!")
|
||||
// }
|
||||
// });
|
||||
Loading…
Reference in New Issue