mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
Update path to use dash
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user