about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormounderfod <mounderfod@gmail.com>2023-07-21 14:17:36 +0200
committermounderfod <mounderfod@gmail.com>2023-07-21 14:17:36 +0200
commitc65a477bb58313e547ef7d554ab6f0292c168367 (patch)
treefddd90a908fd6c68d1e440d4fa476176a24e2357
parent1c6ecc8038c19781139830cfbf236411ea521c61 (diff)
downloadpyMathEngine-c65a477bb58313e547ef7d554ab6f0292c168367.tar.gz
Fix HTTPS HEAD master
-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)}`
       )