Skip to content

Commit 58d9f3c

Browse files
authored
Merge pull request #7 from praekeltfoundation/initial-commits
Remove root route
2 parents 69907d7 + 421905a commit 58d9f3c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/application.py

-7
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
3737
)
3838

3939

40-
@app.route("/")
41-
def hello_world():
42-
# adding this to trigger error and test sentry/glitchtip
43-
division_by_zero = 1 / 0 # noqa: F841
44-
return "<p>Hello, World!</p>"
45-
46-
4740
@app.route("/nlu/")
4841
@basic_auth.required
4942
def nlu():

0 commit comments

Comments
 (0)