MCPcopy Index your code
hub / github.com/simstudioai/sim / getVantaBaseUrl

Function getVantaBaseUrl

apps/sim/tools/vanta/utils.ts:49–51  ·  view source on GitHub ↗
(region: VantaRegion | undefined)

Source from the content-addressed store, hash-verified

47 'vanta-api.all:read vanta-api.all:write vanta-api.documents:upload'
48
49export function getVantaBaseUrl(region: VantaRegion | undefined): string {
50 return VANTA_API_BASE_URLS[region ?? 'us']
51}
52
53export const VANTA_QUERY_ROUTE = '/api/tools/vanta/query'
54

Callers 4

route.tsFile · 0.90
route.tsFile · 0.90
route.tsFile · 0.90
exchangeVantaTokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected