Skip to content

Commit

Permalink
HANDLERS: Removed commented out handler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joscorbe committed Aug 2, 2016
1 parent b0789c9 commit 1fd2ab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbod/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

handlers = [
(r"/", DocHandler),
# (r"/api/v1/entity/alias/([^/]+)", FunctionalAliasHandler),
(r"/api/v1/entity/([^/]+)", Entity),
(r"/api/v1/host/aliases/([^/]+)", HostAliases),
(r"/api/v1/entity/alias/([^/]*)", FunctionalAliasHandler),
Expand Down

0 comments on commit 1fd2ab7

Please sign in to comment.