Skip to content

Commit 6c7c417

Browse files
add comment
1 parent da003c7 commit 6c7c417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/lib/hooks/useConnection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ export function useConnection({
241241

242242
const checkProxyHealth = async () => {
243243
try {
244+
// Remove additional slashes
244245
const proxyBaseUrl = getMCPProxyAddress(config).replace(/\/+$/, "");
245246
const proxyHealthUrl = new URL(`${proxyBaseUrl}/health`);
246247

0 commit comments

Comments
 (0)