Merge branch 'master' of ssh://bitbucket.org/yackob03/quay into diffs
This commit is contained in:
commit
5e43cba0f5
12 changed files with 448 additions and 146 deletions
|
@ -71,6 +71,10 @@ def signin():
|
|||
def repository():
|
||||
return index('')
|
||||
|
||||
@app.route('/v1')
|
||||
@app.route('/v1/')
|
||||
def v1():
|
||||
return index('')
|
||||
|
||||
@app.route('/status', methods=['GET'])
|
||||
def status():
|
||||
|
|
Reference in a new issue