From: Zhang Rong(Jon) Date: Mon, 7 Nov 2022 07:25:24 +0000 (+0800) Subject: Fix INF-331 the ocloud detail path allow to be empty X-Git-Tag: 2.0.0-rc1~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f31e251648b3b24c19fcdda8d6e44900aa2d9ad9;p=pti%2Fo2.git Fix INF-331 the ocloud detail path allow to be empty Issue-ID: INF-331 Signed-off-by: Zhang Rong(Jon) Change-Id: Ie8a477dc3148d827d4409135e7be096738767d33 --- diff --git a/o2ims/views/ocloud_route.py b/o2ims/views/ocloud_route.py index 1e2a6f2..af5e8c6 100644 --- a/o2ims/views/ocloud_route.py +++ b/o2ims/views/ocloud_route.py @@ -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',