From ac3a3e496e3461f7419adf72575d625798fc4ea4 Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Sat, 25 Feb 2023 10:55:30 +0100 Subject: [PATCH] make api urls relative, so they can work then being reverse proxied for #5, found by belst --- http/account.html | 1 + http/admin.html | 1 + 2 files changed, 2 insertions(+) diff --git a/http/account.html b/http/account.html index 356e54a..98f84ac 100644 --- a/http/account.html +++ b/http/account.html @@ -24,6 +24,7 @@ fieldset { border: 0; } @keyframes fadeout { 0% { opacity: 1 } 100% { opacity: 0.1 } } +
Loading...
diff --git a/http/admin.html b/http/admin.html index 38b845d..70973e3 100644 --- a/http/admin.html +++ b/http/admin.html @@ -24,6 +24,7 @@ fieldset { border: 0; } @keyframes fadeout { 0% { opacity: 1 } 100% { opacity: 0.1 } } +
Loading...