Skip to content

Commit

Permalink
Fixed URL
Browse files Browse the repository at this point in the history
  • Loading branch information
kompoth committed Apr 2, 2024
1 parent 59ccd5e commit 0247306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async function requestPDF() {
if (file) formData.append("images", file);

try {
const resp = await fetch("http://127.0.0.1:8001/issue/", {
const resp = await fetch("/api/issue/", {
method: "POST",
body: formData
});
Expand Down

0 comments on commit 0247306

Please sign in to comment.