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