From: Marnanel Thurman Date: Fri, 26 Nov 2021 18:50:56 +0000 (+0000) Subject: Test code in src/index.js loads from default port and loads a page that actually... X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~tthurman/git?a=commitdiff_plain;h=cbd4aa42b2e8f593aca5951430ea670bb76d8fdc;p=dwim.git Test code in src/index.js loads from default port and loads a page that actually exists --- diff --git a/src/index.js b/src/index.js index b1df9f5..3329a09 100644 --- a/src/index.js +++ b/src/index.js @@ -32,7 +32,7 @@ function onDeviceReady() { tag.name = 'span' console.log(tag) - cordova.plugin.http.get('http://127.0.0.1:6888/', + cordova.plugin.http.get('http://127.0.0.1:6887/login', {}, {}, function(response) {