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 aefaf95 commit e09dd84Copy full SHA for e09dd84
apps/json-api-server-e2e/src/json-api/utils/run-application.ts
@@ -65,7 +65,7 @@ export const creatRpcSdk = (config: Partial<RpcConfig> = {}) =>
65
{
66
...config,
67
rpcHost: `http://localhost:${port}`,
68
- rpcPath: `/rpc`,
+ rpcPath: `/api/rpc`,
69
transport: TransportType.HTTP,
70
httpAgentFactory: axiosTransportFactory(axios),
71
},
0 commit comments