Docfile commited on
Commit
feea4d0
·
verified ·
1 Parent(s): fb86657

Update templates/maj.html

Browse files
Files changed (1) hide show
  1. 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('/solve', {
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
  });