MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / apiRoot

Function apiRoot

packages/client/src/api/config.ts:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15}
16
17export function apiRoot(): string {
18 return clientConfig.apiRoot;
19}
20
21export function apiUrl(path: string): string {
22 const root = apiRoot();

Callers 1

apiUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected