Work in progress: Docker -> ACI conversion

This commit is contained in:
Joseph Schorr 2015-01-13 17:46:11 -05:00
parent df9a417207
commit 6ed28930b2
13 changed files with 424 additions and 162 deletions

View file

@ -140,6 +140,11 @@ 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():