MCPcopy Create free account
hub / github.com/Noumena-Network/code / oauthBaseApiUrl

Function oauthBaseApiUrl

src/utils/platformUrls.test.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11} = await import(import.meta.resolve('./platformUrls.ts'))
12
13function oauthBaseApiUrl(): string {
14 return getOauthConfig().BASE_API_URL.replace(/\/$/, '')
15}
16
17function oauthWebSocketBaseUrl(): string {
18 const baseUrl = oauthBaseApiUrl()

Callers 2

oauthWebSocketBaseUrlFunction · 0.85

Calls 1

getOauthConfigFunction · 0.85

Tested by

no test coverage detected