X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2app%2Fentrypoints%2Fflask_application.py;fp=o2app%2Fentrypoints%2Fflask_application.py;h=f9d5f85b3b76b39f8d7144b6e1b1c845c5d04d54;hb=5ad82f634e2f10aaeccf1d2420fafc63e2d0056e;hp=ab8c261969e71c3adf46c5278ca04a567653b1f9;hpb=81cd55de0440dcbc8df4d788565295d051ca91ad;p=pti%2Fo2.git diff --git a/o2app/entrypoints/flask_application.py b/o2app/entrypoints/flask_application.py index ab8c261..f9d5f85 100644 --- a/o2app/entrypoints/flask_application.py +++ b/o2app/entrypoints/flask_application.py @@ -17,7 +17,7 @@ from flask_restx import Api from o2app import bootstrap from o2ims.views import ocloud_route as ims_route -from o2dms.views import configure_namespace as dms_route_configure_namespace +from o2dms.api import configure_namespace as dms_route_configure_namespace # apibase = config.get_o2ims_api_base()