Skip to content

Commit

Permalink
remove debug route
Browse files Browse the repository at this point in the history
  • Loading branch information
jrabbit committed Nov 15, 2017
1 parent 99851fc commit b3e46e6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions redshirt.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ def index():
return "<h1>Welcome to redshirt on {}.<h1>".format(hostname)


@route("/exception")
def exception():
1 / 0


@route("/add_user/<org>/<name>")
def add_user(org, name):
# may fail if group doesn't exist.
Expand Down

0 comments on commit b3e46e6

Please sign in to comment.