(route: string)
| 299 | } |
| 300 | |
| 301 | function isUploadPreflightRoute(route: string): boolean { |
| 302 | return route === '/upload/preflight'; |
| 303 | } |
| 304 | |
| 305 | function buildUpstreamUrl(upstreamBaseUrl: string, route: string, rawUrl: string): URL { |
| 306 | const upstreamUrl = new URL(buildDaemonHttpUrl(upstreamBaseUrl, route)); |
no outgoing calls
no test coverage detected
searching dependent graphs…