diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2018-12-05 12:40:42 +0200 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-03-08 09:08:27 +0000 |
commit | 5f20495d6e3ec984c4e86fd76399ddf0d042b336 (patch) | |
tree | 80b452fbd39b6e1968df4b5aa2a632659f50eceb /opnfv_testapi/ui/root.py | |
parent | 90cb4dca7713f84154fe2ad4c2f5e7145560f3c7 (diff) |
Prepare Web Portal for ONAP integration
This patch applies all the required changes in order to support a
second web portal container with the onap web portal content.
Change-Id: I2f59776313bf2067dbdfb04445620b5241716ebb
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'opnfv_testapi/ui/root.py')
-rw-r--r-- | opnfv_testapi/ui/root.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/opnfv_testapi/ui/root.py b/opnfv_testapi/ui/root.py deleted file mode 100644 index 7f970b2..0000000 --- a/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.ui_static_path - - def get(self): - self.render('testapi-ui/index.html') |