Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs committed Dec 15, 2023
1 parent bb1f4e9 commit 275b476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bouncer/shared/json_rpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export async function jsonRpc(

const fetchHost = host ?? 'localhost';
const fetchPort = port ?? 9944;
const response = await fetch(`http://${fetchHost}:${fetchPort}`, {
const response = await fetch(`https://${fetchHost}:${fetchPort}`, {
method: 'POST',
headers: {
Accept: 'application/json',
Expand Down

0 comments on commit 275b476

Please sign in to comment.