Skip to content

Commit

Permalink
fix: path to check endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Aug 2, 2024
1 parent 89eb9a5 commit 52de0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h2 class="f4">What does it mean if I get an error?</h2>
// dont send backendURL to the backend!
params.delete('backendURL')
// backendURL is the base, params are appended as query string
return new URL('?' + params, formData.get('backendURL'))
return new URL('/check?' + params, formData.get('backendURL'))
}

function showOutput (output) {
Expand Down

0 comments on commit 52de0d6

Please sign in to comment.