We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d446a0a commit bdb422aCopy full SHA for bdb422a
src/proxy/index.ts
@@ -2,8 +2,6 @@ import { ServeFunction } from '../types';
2
import * as endpoints from './endpoints';
3
import { GetEndpoint, proxy as rawProxy, ProxyOptions } from './proxy';
4
5
-export type GetEndpoint = (req: Request) => URL;
6
-
7
export function random(
8
upstreams: string[],
9
opts?: ProxyOptions
0 commit comments