Skip to content

Commit b3e46e6

Browse files
committed
remove debug route
1 parent 99851fc commit b3e46e6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

redshirt.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ def index():
9898
return "<h1>Welcome to redshirt on {}.<h1>".format(hostname)
9999

100100

101-
@route("/exception")
102-
def exception():
103-
1 / 0
104-
105-
106101
@route("/add_user/<org>/<name>")
107102
def add_user(org, name):
108103
# may fail if group doesn't exist.

0 commit comments

Comments
 (0)