Skip to content

Commit

Permalink
whoops, forgot to change source
Browse files Browse the repository at this point in the history
  • Loading branch information
99TheDark committed Jan 8, 2024
1 parent caaefda commit c89c763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fetch("https://worker-programs-api.99thedark.workers.dev/")
fetch(`${ location.origin }/functions/api`)
.then(data => {
console.log(data);
return data.json();
Expand Down

0 comments on commit c89c763

Please sign in to comment.