diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-08-08 11:48:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-08 11:48:04 +0000 |
commit | bf128df80f08053c5f049a2161dc12634a070c82 (patch) | |
tree | dba4357b5f8ce4d0e302ece45fc793a9ca0145b3 /utils/test/testapi/opnfv_testapi/cmd/server.py | |
parent | 7e427548729365e781ca539b4790b2c96de86f31 (diff) | |
parent | 1cf5f3d4b246371b16bd85da7e177026034e1fbf (diff) |
Merge "merge swagger_base_url with ui_url"
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/cmd/server.py')
-rw-r--r-- | utils/test/testapi/opnfv_testapi/cmd/server.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/testapi/opnfv_testapi/cmd/server.py b/utils/test/testapi/opnfv_testapi/cmd/server.py index a5ac5eb6b..50ac049a0 100644 --- a/utils/test/testapi/opnfv_testapi/cmd/server.py +++ b/utils/test/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, |