remove organisation from api

This commit is contained in:
Leo Hemsted
2018-02-07 11:39:33 +00:00
parent 80b3ca8a55
commit ba20010f27
7 changed files with 17 additions and 119 deletions

View File

@@ -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')