Spaces:
Running
Running
Update templates/maj.html
Browse files- templates/maj.html +1 -1
templates/maj.html
CHANGED
@@ -351,7 +351,7 @@
|
|
351 |
formData.append('image', file);
|
352 |
|
353 |
try {
|
354 |
-
const response = await fetch('/
|
355 |
method: 'POST',
|
356 |
body: formData
|
357 |
});
|
|
|
351 |
formData.append('image', file);
|
352 |
|
353 |
try {
|
354 |
+
const response = await fetch('/solved', {
|
355 |
method: 'POST',
|
356 |
body: formData
|
357 |
});
|