Skip to content

Commit c7a47d9

Browse files
authored
Merge pull request #70 from iapain/patch-1
fix: adds missing type for urlRewrite hook
2 parents 95ad90b + a16d8ee commit c7a47d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ declare namespace fastgateway {
3030
target: string;
3131
methods?: Method[];
3232
middlewares?: Function[];
33+
urlRewrite?: Function;
3334
hooks?: Hooks;
3435
}
3536

0 commit comments

Comments
 (0)