Fix INF-331 the ocloud detail path allow to be empty
[pti/o2.git] / o2ims / views / ocloud_route.py
index 1e2a6f2..af5e8c6 100644 (file)
@@ -49,7 +49,7 @@ class VersionRouter(Resource):
 
 
 # ----------  OClouds ---------- #
-@api_ims_inventory_v1.route("/v1/")
+@api_ims_inventory_v1.route(*["/v1", "/v1/"])
 @api_ims_inventory_v1.response(404, 'oCloud not found')
 @api_ims_inventory_v1.param(
     'all_fields',