chiark / gitweb /
Test code in src/index.js loads from default port and loads a page that actually...
authorMarnanel Thurman <marnanel@thurman.org.uk>
Fri, 26 Nov 2021 18:50:56 +0000 (18:50 +0000)
committerMarnanel Thurman <marnanel@thurman.org.uk>
Fri, 26 Nov 2021 18:50:56 +0000 (18:50 +0000)
src/index.js

index b1df9f541bcfd5b9c6d6c22f5b4f02143b6d2f2d..3329a09a37148e0105b9750ee601233067ce8dd2 100644 (file)
@@ -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) {