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 66e247b commit da003c7Copy full SHA for da003c7
client/src/lib/hooks/useConnection.ts
@@ -241,7 +241,7 @@ export function useConnection({
241
242
const checkProxyHealth = async () => {
243
try {
244
- const proxyBaseUrl = getMCPProxyAddress(config).replace(/\/+$/, '');
+ const proxyBaseUrl = getMCPProxyAddress(config).replace(/\/+$/, "");
245
const proxyHealthUrl = new URL(`${proxyBaseUrl}/health`);
246
247
const proxyHealthResponse = await fetch(proxyHealthUrl);
0 commit comments