X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2ims%2Fentrypoints%2Fflask_application.py;fp=o2ims%2Fentrypoints%2Fflask_application.py;h=431b2dec71640fa275655e7dd7ed14f1830f5236;hb=5e02e76308e1677fb106572b885a366eb6c0fbec;hp=fadb34aa8f7e42b74ff4883524e01fb968d02b7a;hpb=de778bc19d9329d3c1c3c536bfd702423102277b;p=pti%2Fo2.git diff --git a/o2ims/entrypoints/flask_application.py b/o2ims/entrypoints/flask_application.py index fadb34a..431b2de 100644 --- a/o2ims/entrypoints/flask_application.py +++ b/o2ims/entrypoints/flask_application.py @@ -18,6 +18,7 @@ from flask_restx import Api from o2ims import bootstrap # from o2ims import config from o2ims.views.ocloud_route import configure_namespace +from o2dms.views import dms_route # apibase = config.get_o2ims_api_base() @@ -29,3 +30,5 @@ api = Api(app, version='1.0.0', ) bus = bootstrap.bootstrap() configure_namespace(api, bus) + +dms_route.configure_namespace(api, bus)