Work in progress: Docker -> ACI conversion
This commit is contained in:
parent
df9a417207
commit
6ed28930b2
13 changed files with 424 additions and 162 deletions
|
@ -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():
|
||||
|
|
Reference in a new issue