X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=azure%2Fazure%2Fapi_v2%2Fapi_router%2Fv0_controller.py;h=68aac1ba867ca6a82e568232be941e54981bae19;hb=98609ecffcaef619e31044ac40b71b4fa8858357;hp=104597a85e00214f4dca0e86d89be7994b0fc9f7;hpb=6927c37a31ef5a874e923a4fe02feb1392a7dfb4;p=multicloud%2Fazure.git diff --git a/azure/azure/api_v2/api_router/v0_controller.py b/azure/azure/api_v2/api_router/v0_controller.py index 104597a..68aac1b 100644 --- a/azure/azure/api_v2/api_router/v0_controller.py +++ b/azure/azure/api_v2/api_router/v0_controller.py @@ -15,7 +15,6 @@ import pecan from pecan import rest -from azure.api_v2.api_router import controller_builder from azure.api_v2.api_router import swagger_json @@ -46,4 +45,4 @@ pecan.route(V0_Controller, "swagger.json", swagger_json.SwaggerJson()) # Insert API stem from yaml files. -controller_builder.insert_dynamic_controller(V0_Controller) +# controller_builder.insert_dynamic_controller(V0_Controller)