Skip to content

Commit f897bc1

Browse files
committed
point client to a relative address
1 parent b941599 commit f897bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { HoudiniClient } from '$houdini'
22

33
export default new HoudiniClient({
4-
url: 'http://localhost:5173/graphql'
4+
url: '/graphql'
55
})

0 commit comments

Comments
 (0)