Temporarily disable registry v2.

This commit is contained in:
Jake Moshenko 2015-07-15 17:48:56 -04:00
parent 3efaa255e8
commit 768192927a

View file

@ -7,7 +7,7 @@ from app import app as application
import endpoints.decorated
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(v2_bp, url_prefix='/v2')
# application.register_blueprint(v2_bp, url_prefix='/v2')