(path: string)
| 56 | } |
| 57 | |
| 58 | export function buildNoumenaPlatformWebSocketUrl(path: string): string { |
| 59 | const normalizedPath = path.startsWith('/') ? path.slice(1) : path |
| 60 | return `${getNoumenaPlatformWebSocketBaseUrl()}/${normalizedPath}` |
| 61 | } |
no test coverage detected