X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Ftest%2Ftestapi%2Fopnfv_testapi%2Fcmd%2Fserver.py;h=b7d3caa20800ba74fc98649f466a688e0b49e47c;hb=e451a2c7a5eec25624d2ec6d5f23f123038f88d9;hp=a5ac5eb6bf5abbe80020c1e574a2ee788f5788cd;hpb=5546db4ff1d6242250fa2b878e841c16c3be6637;p=releng.git diff --git a/utils/test/testapi/opnfv_testapi/cmd/server.py b/utils/test/testapi/opnfv_testapi/cmd/server.py index a5ac5eb6b..b7d3caa20 100644 --- a/utils/test/testapi/opnfv_testapi/cmd/server.py +++ b/utils/test/testapi/opnfv_testapi/cmd/server.py @@ -37,8 +37,8 @@ from opnfv_testapi.tornado_swagger import swagger def make_app(): - swagger.docs(base_url=CONF.swagger_base_url, - static_path=CONF.static_path) + swagger.docs(base_url=CONF.ui_url, + static_path=CONF.ui_static_path) return swagger.Application( url_mappings.mappings, debug=CONF.api_debug,