ui: Fix base url mess
This commit is contained in:
parent
74d77dce9f
commit
17839474e1
23 changed files with 66 additions and 43 deletions
|
|
@ -38,7 +38,7 @@
|
|||
wcsubmitted = true;
|
||||
|
||||
const response = await fetch(
|
||||
"/wantchoices/" + exercice_id,
|
||||
"wantchoices/" + exercice_id,
|
||||
{
|
||||
method: "POST",
|
||||
body: JSON.stringify({ id: Number(flag.id) }),
|
||||
|
|
|
|||
Reference in a new issue