diff --git a/inventory_provider/__init__.py b/inventory_provider/__init__.py
index 3da1b74381335e77540e1bc527d6db29f21ff532..c8ee8d61c2dc260476cd0d01004694cda2063471 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