Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 6, 2024
1 parent 6879e27 commit 52ba669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ onReady(() => {
const body = new FormData()
body.append("language_code", t.dataset.languageCode)
body.append("msgid", t.dataset.suggest)
const r = await fetch("/suggest/", {
const r = await fetch("/api/suggest/", {
method: "POST",
credentials: "same-origin",
headers: {
Expand Down

0 comments on commit 52ba669

Please sign in to comment.