From 5f20495d6e3ec984c4e86fd76399ddf0d042b336 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Wed, 5 Dec 2018 12:40:42 +0200 Subject: 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 --- opnfv_testapi/ui/root.py | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 opnfv_testapi/ui/root.py (limited to 'opnfv_testapi/ui') 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') -- cgit 1.2.3-korg