mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-17 04:58:50 -04:00
remove organisation from api
This commit is contained in:
@@ -161,8 +161,6 @@ def register_blueprint(application):
|
||||
|
||||
email_branding_blueprint.before_request(requires_admin_auth)
|
||||
application.register_blueprint(email_branding_blueprint, url_prefix='/email-branding')
|
||||
# TODO: remove this route after admin is updated to refer to email branding
|
||||
application.register_blueprint(email_branding_blueprint, url_prefix='/organisation')
|
||||
|
||||
dvla_organisation_blueprint.before_request(requires_admin_auth)
|
||||
application.register_blueprint(dvla_organisation_blueprint, url_prefix='/dvla_organisations')
|
||||
|
||||
Reference in New Issue
Block a user