Skip to content

Commit

Permalink
removed sentry debug endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Sep 29, 2024
1 parent 684bf4b commit 7880cf6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/smolvault/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,3 @@ async def delete_file(
status_code=200,
media_type="application/json",
)


@app.get("/sentry-debug")
async def trigger_error() -> float:
division_by_zero = 1 / 0
return division_by_zero

0 comments on commit 7880cf6

Please sign in to comment.