Revert changes accidentally checked in
This commit is contained in:
parent
ae85ea247e
commit
1022355bb1
1 changed files with 0 additions and 5 deletions
|
@ -140,11 +140,6 @@ def repository(path):
|
|||
return index('')
|
||||
|
||||
|
||||
@web.route('/<namespace>/<repository>', methods=['GET'])
|
||||
@no_cache
|
||||
def repository_test(namespace, repository):
|
||||
return index('')
|
||||
|
||||
@web.route('/security/')
|
||||
@no_cache
|
||||
def security():
|
||||
|
|
Reference in a new issue