Skip to content

Commit

Permalink
feat: revert url
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Oct 1, 2024
1 parent bcec956 commit 45d8a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/apiUrlFromSwarmHost/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function apiUrlFromSwarmHost(): string | undefined {
url = `https://${finalHost}`
}
} else if (origin.includes('localhost')) {
url = 'https://boltwall.swarm38.sphinx.chat'
url = 'https://bitcoin.sphinx.chat'
}

return `${url}/api`
Expand Down

0 comments on commit 45d8a01

Please sign in to comment.