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.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/cmd/server.py b/testapi/opnfv_testapi/cmd/server.py
index 8b092b8..2696bb3 100644
--- a/testapi/opnfv_testapi/cmd/server.py
+++ b/testapi/opnfv_testapi/cmd/server.py
@@ -58,7 +58,8 @@ def get_db():
def make_app():
- swagger.docs(base_url=CONF.swagger_base_url)
+ swagger.docs(base_url=CONF.swagger_base_url,
+ static_path=CONF.static_path)
return swagger.Application(
url_mappings.mappings,
db=get_db(),