Update path to use dash

This commit is contained in:
Ken Tsang
2017-08-14 12:14:01 +01:00
parent 6f12b760f3
commit f0e9b93136

View File

@@ -136,7 +136,7 @@ def register_blueprint(application):
application.register_blueprint(delivery_blueprint)
inbound_number_blueprint.before_request(requires_admin_auth)
application.register_blueprint(inbound_number_blueprint, url_prefix='/inbound_number')
application.register_blueprint(inbound_number_blueprint, url_prefix='/inbound-number')
inbound_sms_blueprint.before_request(requires_admin_auth)
application.register_blueprint(inbound_sms_blueprint)