From e6fe9c27e4a8362c15cff04e1946a494156d64ce Mon Sep 17 00:00:00 2001 From: nopara73 Date: Sat, 7 Sep 2019 08:16:09 +0200 Subject: [PATCH] Change default port to 37128 --- README.md | 2 +- templates/layout.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9eef2ab..862649c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ mkdir wallets python ui.py ``` -Open `localhost:5000` in your browser +Open `localhost:37128` in your browser ## Features diff --git a/templates/layout.html b/templates/layout.html index 399bcab..ab62f14 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -53,7 +53,7 @@ } setTimeout(refreshDevices, 1000); }; - xhr.open('GET', 'http://localhost:5000/api/enumerate'); + xhr.open('GET', 'http://localhost:37128/api/enumerate'); xhr.send(); }