We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b941599 commit f897bc1Copy full SHA for f897bc1
src/client.js
@@ -1,5 +1,5 @@
1
import { HoudiniClient } from '$houdini'
2
3
export default new HoudiniClient({
4
- url: 'http://localhost:5173/graphql'
+ url: '/graphql'
5
})
0 commit comments