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.
2 parents edf037c + 1d2639d commit 63078acCopy full SHA for 63078ac
index.d.ts
@@ -29,6 +29,7 @@ declare namespace fastgateway {
29
target: string;
30
methods?: Method[];
31
middlewares?: Function[];
32
+ urlRewrite?: Function;
33
hooks?: Hooks;
34
}
35
0 commit comments