diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-21 14:17:36 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-21 14:17:36 +0200 |
commit | c65a477bb58313e547ef7d554ab6f0292c168367 (patch) | |
tree | fddd90a908fd6c68d1e440d4fa476176a24e2357 | |
parent | 1c6ecc8038c19781139830cfbf236411ea521c61 (diff) | |
download | pyMathEngine-master.tar.gz |
-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)}` ) |