From e2c87c9cd2d0e72bcc143c6e3de74c1529b940c1 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Tue, 11 Feb 2020 16:44:22 +0000 Subject: Change port to 8085 --- Rocket.toml | 2 +- dist/button.html | 16 ---------------- dist/sptotify/button.html | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 dist/button.html create mode 100644 dist/sptotify/button.html diff --git a/Rocket.toml b/Rocket.toml index f4b1577..6da8a6a 100644 --- a/Rocket.toml +++ b/Rocket.toml @@ -18,7 +18,7 @@ limits = { forms = 32768 } [production] address = "0.0.0.0" -port = 80 +port = 8080 #workers = [number of cpus * 2] keep_alive = 5 log = "critical" diff --git a/dist/button.html b/dist/button.html deleted file mode 100644 index da99833..0000000 --- a/dist/button.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -

Spotify Intersect

- - - - diff --git a/dist/sptotify/button.html b/dist/sptotify/button.html new file mode 100644 index 0000000..da99833 --- /dev/null +++ b/dist/sptotify/button.html @@ -0,0 +1,16 @@ + + + +

Spotify Intersect

+ + + + -- cgit v1.2.3-54-g00ecf