Merge branch 'master' of ssh://bitbucket.org/yackob03/quay into diffs

This commit is contained in:
yackob03 2013-10-17 18:25:44 -04:00
commit 5e43cba0f5
12 changed files with 448 additions and 146 deletions

View file

@ -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():