MCPcopy Create free account
hub / github.com/ShipSecAI/studio / getApiBaseUrl

Function getApiBaseUrl

e2e-tests/helpers/api-base.ts:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21export function getApiBaseUrl(): string {
22 const instance = getE2EInstance();
23 const port = getBackendPortForInstance(instance);
24 return `http://127.0.0.1:${port}/api/v1`;
25}
26

Calls 2

getE2EInstanceFunction · 0.85

Tested by

no test coverage detected