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(); }