From 79f400f880bc6e5d40defef9d6c8b134d91958a1 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 5 Jul 2017 16:20:54 +0800 Subject: bugfix: hardcoded testapi urls testapi webportal's urls are fixed in configure files this patch aims to modify them according to base_url provided when bringing up container Change-Id: I29c461fc3b837e54d4ff5330dcaa520637590ff7 Signed-off-by: SerenaFeng --- testapi/3rd_party/static/testapi-ui/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testapi/3rd_party/static/testapi-ui/config.json') diff --git a/testapi/3rd_party/static/testapi-ui/config.json b/testapi/3rd_party/static/testapi-ui/config.json index 9fdd85f..5d48c7b 100644 --- a/testapi/3rd_party/static/testapi-ui/config.json +++ b/testapi/3rd_party/static/testapi-ui/config.json @@ -1 +1 @@ -{"testapiApiUrl": "http://testresults.opnfv.org/test/api/v1"} +{"testapiApiUrl": "http://localhost:8000/api/v1"} -- cgit 1.2.3-korg