Skip to content

Commit 6a1b29a

Browse files
committed
fix: root route
1 parent 05dd939 commit 6a1b29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/services.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ export const serviceConnection = connect<Service>({
3333
}),
3434
})
3535

36-
export const gatewayHost = process.env.NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://freeway.dag.haus'
36+
export const gatewayHost = process.env.NEXT_PUBLIC_W3UP_GATEWAY_HOST ?? 'https://w3s.link'

0 commit comments

Comments
 (0)