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 95ad90b + a16d8ee commit c7a47d9Copy full SHA for c7a47d9
index.d.ts
@@ -30,6 +30,7 @@ declare namespace fastgateway {
30
target: string;
31
methods?: Method[];
32
middlewares?: Function[];
33
+ urlRewrite?: Function;
34
hooks?: Hooks;
35
}
36
0 commit comments