Fix transport
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m9s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m9s
This commit is contained in:
@@ -4,7 +4,7 @@ import { createConnectTransport } from "@connectrpc/connect-web";
|
||||
export function getContext() {
|
||||
const queryClient = new QueryClient();
|
||||
const transport = createConnectTransport({
|
||||
baseUrl: "http://127.0.0.1:8080",
|
||||
baseUrl: "https://l.kocoder.xyz",
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user