diff options
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/ui/root.py')
-rw-r--r-- | utils/test/testapi/opnfv_testapi/ui/root.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/utils/test/testapi/opnfv_testapi/ui/root.py b/utils/test/testapi/opnfv_testapi/ui/root.py deleted file mode 100644 index 286a6b097..000000000 --- a/utils/test/testapi/opnfv_testapi/ui/root.py +++ /dev/null @@ -1,10 +0,0 @@ -from opnfv_testapi.common.config import CONF -from opnfv_testapi.resources import handlers - - -class RootHandler(handlers.GenericApiHandler): - def get_template_path(self): - return CONF.ui_static_path - - def get(self): - self.render('testapi-ui/index.html') |