Skip to content

Commit 421905a

Browse files
committed
Remove root route
1 parent 082e8a5 commit 421905a

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)