about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--templates/index.html2
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)}`
       )