Skip to content

Commit

Permalink
Fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
kompoth committed Apr 3, 2024
1 parent 2012293 commit 07f5b57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ async function generatePDF() {

var resp;
var respJson;
//const resourceUrl = "/api/issue/";
const resourceUrl = "http://127.0.0.1:8001/issue/";
const resourceUrl = "/api/issue/";
//const resourceUrl = "http://127.0.0.1:8001/issue/";

try {
resp = await fetch(resourceUrl, {
Expand Down

0 comments on commit 07f5b57

Please sign in to comment.