Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Nov 27, 2023
1 parent b10d701 commit 094b9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/subs.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function loadSubscriptions() {
},
cache: "default",
}
fetch("/v1/sub", optsReq)
fetch("https://api.awakari.cloud/v1/sub", optsReq)
.then(resp => {
if (!resp.ok) {
throw new Error(`Request failed with status: ${resp.status}`);
Expand Down

0 comments on commit 094b9f8

Please sign in to comment.