Skip to content

Commit

Permalink
Remove root route
Browse files Browse the repository at this point in the history
  • Loading branch information
erikh360 committed Nov 26, 2024
1 parent 082e8a5 commit 421905a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@
)


@app.route("/")
def hello_world():
# adding this to trigger error and test sentry/glitchtip
division_by_zero = 1 / 0 # noqa: F841
return "<p>Hello, World!</p>"


@app.route("/nlu/")
@basic_auth.required
def nlu():
Expand Down

0 comments on commit 421905a

Please sign in to comment.