From 79b6ffd37b153558a8ef9172137842041439cb9f Mon Sep 17 00:00:00 2001 From: blsaws Date: Tue, 14 Jun 2016 13:39:53 -0700 Subject: Fixes to test web server JIRA: COPPER-4 Change-Id: Icfe6cba0cbe15122d4edf28c672aff0b5711d0b5 Signed-off-by: blsaws --- components/congress/test-webapp/www/copper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/congress/test-webapp/www/copper.js') diff --git a/components/congress/test-webapp/www/copper.js b/components/congress/test-webapp/www/copper.js index f32c139..8c087aa 100644 --- a/components/congress/test-webapp/www/copper.js +++ b/components/congress/test-webapp/www/copper.js @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -var origin = "http://localhost:8080/proxy/?~url="; +var origin = "http://localhost:8257/proxy/?~url="; var dataSources = []; var datasource_tables = []; var datasource_rows = []; -- cgit 1.2.3-korg