mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
Moved url_prefix to inbound_number rest.py
This commit is contained in:
@@ -9,7 +9,7 @@ from app.dao.inbound_numbers_dao import (
|
||||
)
|
||||
from app.errors import InvalidRequest, register_errors
|
||||
|
||||
inbound_number_blueprint = Blueprint('inbound_number', __name__)
|
||||
inbound_number_blueprint = Blueprint('inbound_number', __name__, url_prefix='/inbound-number')
|
||||
register_errors(inbound_number_blueprint)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user