Update signup.html
Browse files- signup.html +1 -1
signup.html
CHANGED
|
@@ -40,7 +40,7 @@
|
|
| 40 |
</div>
|
| 41 |
|
| 42 |
<script>
|
| 43 |
-
const BACKEND_URL = "https://gopalkrushnamahapatra-truewrite-scan.hf.space";
|
| 44 |
|
| 45 |
const form = document.getElementById("signupForm");
|
| 46 |
const err = document.getElementById("signupError");
|
|
|
|
| 40 |
</div>
|
| 41 |
|
| 42 |
<script>
|
| 43 |
+
const BACKEND_URL = "https://gopalkrushnamahapatra-truewrite-scan-backend.hf.space";
|
| 44 |
|
| 45 |
const form = document.getElementById("signupForm");
|
| 46 |
const err = document.getElementById("signupError");
|