add signin web to TestAPI
[releng.git] / utils / test / testapi / opnfv_testapi / ui / root.py
@@ -2,8 +2,7 @@ from opnfv_testapi.resources.handlers import GenericApiHandler
 from opnfv_testapi.common import config
 
 
-class UIHandler(GenericApiHandler):
-
+class RootHandler(GenericApiHandler):
     def get_template_path(self):
         return config.Config().static_path