Skip to content

Commit 9f38b0f

Browse files
committed
chore: updated liveview api
1 parent 221eb72 commit 9f38b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vitepress/theme/composables/useAlbatrossBlocks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function _useAlbatrossBlocks() {
4444

4545
// Create state with ref to share between components
4646

47-
const url = `https://api.nimiq.dev/api/albatross/liveview/blocks`
47+
const url = `https://nimiq-website.je-cf9.workers.dev/albatross-blocks`
4848
const { status, data } = useWebSocket(url, {
4949
onError() {
5050
console.error('[Albatross Liveview] Error connecting to Albatross Blocks WebSocket')

0 commit comments

Comments
 (0)