Fix aria rest api bug which result sonar failed 56/99456/1
authorBin Yang <bin.yang@windriver.com>
Wed, 11 Dec 2019 03:11:16 +0000 (03:11 +0000)
committerBin Yang <bin.yang@windriver.com>
Wed, 11 Dec 2019 03:11:16 +0000 (03:11 +0000)
Change-Id: Icd76376a28574831c010248bd9b7ab289285b1f7
Issue-ID: MULTICLOUD-963
Signed-off-by: Bin Yang <bin.yang@windriver.com>
azure/aria/aria-rest-server/src/main/python/aria-rest/rest.py

index c0858bf..7a60798 100644 (file)
@@ -30,6 +30,8 @@ def index():
 
 @app.route(route_base + "templates/", methods = ['GET'])
 def list_templates():
+  pass
+
 
 @app.route(route_base + "templates/<template_id>", methods = ['POST'])
 def install_template( template_id ):