Merge "Updating reporting url and fixed a bug"
[releng.git] / utils / test / testapi / opnfv_testapi / ui / root.py
index 069ad5e..286a6b0 100644 (file)
@@ -1,12 +1,10 @@
-from opnfv_testapi.common import check
 from opnfv_testapi.common.config import CONF
 from opnfv_testapi.resources import handlers
 
 
 class RootHandler(handlers.GenericApiHandler):
     def get_template_path(self):
-        return CONF.static_path
+        return CONF.ui_static_path
 
-    @check.login
     def get(self):
         self.render('testapi-ui/index.html')