From cbd4aa42b2e8f593aca5951430ea670bb76d8fdc Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Fri, 26 Nov 2021 18:50:56 +0000 Subject: [PATCH] Test code in src/index.js loads from default port and loads a page that actually exists --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.30.2