summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/cmd/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapi/opnfv_testapi/cmd/server.py')
-rw-r--r--testapi/opnfv_testapi/cmd/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/cmd/server.py b/testapi/opnfv_testapi/cmd/server.py
index a5ac5eb..50ac049 100644
--- a/testapi/opnfv_testapi/cmd/server.py
+++ b/testapi/opnfv_testapi/cmd/server.py
@@ -37,7 +37,7 @@ from opnfv_testapi.tornado_swagger import swagger
def make_app():
- swagger.docs(base_url=CONF.swagger_base_url,
+ swagger.docs(base_url=CONF.ui_url,
static_path=CONF.static_path)
return swagger.Application(
url_mappings.mappings,