Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 70c5eff

Browse files
committed
🐍 added url for snekk
1 parent 892e0d8 commit 70c5eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nuxt.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export default defineNuxtConfig({
261261
subsquid: toApolloEndpoint(
262262
process.env.SUBSQUID_ENDPOINT || URLS.koda.subsquidv6
263263
),
264-
bsx: toApolloEndpoint('http://localhost:4350/graphql'),
264+
bsx: toApolloEndpoint(URLS.koda.snekk),
265265
}, // https://github.com/nuxt-community/apollo-module#options
266266
},
267267

0 commit comments

Comments
 (0)