summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/ui/root.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/opnfv_testapi/ui/root.py')
-rw-r--r--testapi/opnfv_testapi/ui/root.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/testapi/opnfv_testapi/ui/root.py b/testapi/opnfv_testapi/ui/root.py
index 576cbdd..286a6b0 100644
--- a/testapi/opnfv_testapi/ui/root.py
+++ b/testapi/opnfv_testapi/ui/root.py
@@ -1,4 +1,3 @@
-from opnfv_testapi.common import check
from opnfv_testapi.common.config import CONF
from opnfv_testapi.resources import handlers
@@ -7,6 +6,5 @@ class RootHandler(handlers.GenericApiHandler):
def get_template_path(self):
return CONF.ui_static_path
- @check.login
def get(self):
self.render('testapi-ui/index.html')