Get squashed endpoint for docker import
working
This commit is contained in:
parent
e3c52fa0eb
commit
9344839295
3 changed files with 4 additions and 136 deletions
|
@ -44,7 +44,7 @@ application.register_blueprint(callback, url_prefix='/oauth2')
|
|||
application.register_blueprint(index, url_prefix='/v1')
|
||||
application.register_blueprint(tags, url_prefix='/v1')
|
||||
application.register_blueprint(registry, url_prefix='/v1')
|
||||
application.register_blueprint(verbs, url_prefix='/v1/repositories')
|
||||
application.register_blueprint(verbs, url_prefix='/verbs/v1/repositories')
|
||||
application.register_blueprint(api_bp, url_prefix='/api')
|
||||
application.register_blueprint(webhooks, url_prefix='/webhooks')
|
||||
application.register_blueprint(realtime, url_prefix='/realtime')
|
||||
|
|
Reference in a new issue