Temporarily disable registry v2.
This commit is contained in:
parent
3efaa255e8
commit
768192927a
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ from app import app as application
|
||||||
import endpoints.decorated
|
import endpoints.decorated
|
||||||
|
|
||||||
from endpoints.v1 import v1_bp
|
from endpoints.v1 import v1_bp
|
||||||
from endpoints.v2 import v2_bp
|
# from endpoints.v2 import v2_bp
|
||||||
|
|
||||||
application.register_blueprint(v1_bp, url_prefix='/v1')
|
application.register_blueprint(v1_bp, url_prefix='/v1')
|
||||||
application.register_blueprint(v2_bp, url_prefix='/v2')
|
# application.register_blueprint(v2_bp, url_prefix='/v2')
|
||||||
|
|
Reference in a new issue