diff options
-rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 4d44706..594851d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -103,7 +103,7 @@ `; fetch( - `http://${"{{ HOSTNAME }}"}/api/equation?lhs=${encodeURIComponent( + `https://${"{{ HOSTNAME }}"}/api/equation?lhs=${encodeURIComponent( lhs )}&rhs=${encodeURIComponent(rhs)}` ) |