Skip to content

Commit

Permalink
Merge pull request #7 from praekeltfoundation/initial-commits
Browse files Browse the repository at this point in the history
Remove root route
  • Loading branch information
erikh360 authored Nov 27, 2024
2 parents 69907d7 + 421905a commit 58d9f3c
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 58d9f3c

Please sign in to comment.