diff --git a/README.md b/README.md index 030efaf..5ab92d0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![screenshot](/screenshots/main-window.png) ## Demo site -Visit: [photos.qpqp.dk](http://photos.qpqp.dk/) +Visit https://photos.qpqp.dk/ Username: __demo__ Password: __demo__ diff --git a/ui/src/index.js b/ui/src/index.js index 286ea91..6070da4 100644 --- a/ui/src/index.js +++ b/ui/src/index.js @@ -17,4 +17,6 @@ const Main = () => ( ) ReactDOM.render(
, document.getElementById('root')) -registerServiceWorker() + +// TODO: Get Service Worker up and running +//registerServiceWorker()