Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
Signed-off-by: CyberFlame <[email protected]>
  • Loading branch information
CyberFlameGO authored Oct 27, 2024
1 parent 1c35eff commit f649b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ router.post('/webhooks', async (c) => {
return Response(status=204)
}
}
}
});

router.all('*', () => new Response('Not Found.', { status: 404 }));

Expand Down

0 comments on commit f649b88

Please sign in to comment.