summaryrefslogtreecommitdiffstats
path: root/testapi/3rd_party/static/testapi-ui/config.json
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-06-20 11:41:15 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-06-20 11:41:15 +0800
commit2725876bbd033412f1f5fe8903cc09287bb9588d (patch)
tree3e30f495876d8aff302e463c8290e24cdec17f38 /testapi/3rd_party/static/testapi-ui/config.json
parentc9cb0fd7d6b7f3736f94b0eebb517f248b8e670e (diff)
make website accessible via testresults.opnfv.org/test
Currently, testapi website can not be fully accessed through testresults.opnfv.org/test, due to http://testresults.opnfv.org/test is not a root url. In this patch leverage relative path to make it accessible Change-Id: I56983d2221791d8a060039ec829278d31ecb5048 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/3rd_party/static/testapi-ui/config.json')
-rw-r--r--testapi/3rd_party/static/testapi-ui/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/config.json b/testapi/3rd_party/static/testapi-ui/config.json
index 5d48c7b..9fdd85f 100644
--- a/testapi/3rd_party/static/testapi-ui/config.json
+++ b/testapi/3rd_party/static/testapi-ui/config.json
@@ -1 +1 @@
-{"testapiApiUrl": "http://localhost:8000/api/v1"}
+{"testapiApiUrl": "http://testresults.opnfv.org/test/api/v1"}