From cf44a5683d59da71706b919fac65e2838f50c322 Mon Sep 17 00:00:00 2001 From: Robert Latta <robert.latta@geant.org> Date: Thu, 30 Jul 2020 13:16:34 +0000 Subject: [PATCH] added bluprint for ims-data --- inventory_provider/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory_provider/__init__.py b/inventory_provider/__init__.py index 3da1b743..c8ee8d61 100644 --- a/inventory_provider/__init__.py +++ b/inventory_provider/__init__.py @@ -48,6 +48,9 @@ def create_app(): from inventory_provider.routes import ims_lg app.register_blueprint(ims_lg.routes, url_prefix='/ims-lg') + from inventory_provider.routes import ims_data + app.register_blueprint(ims_data.routes, url_prefix='/ims-data') + # end of IMS based routes # OTRS routes -- GitLab