Skip to content

Commit

Permalink
Add head type
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximo-Guk committed Mar 21, 2023
1 parent 772b8f2 commit 3ebbdd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/itty-router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export type RouterHints = {
patch: Route,
post: Route,
put: Route,
head: Route,
}

export type RouterType = {
Expand Down

0 comments on commit 3ebbdd8

Please sign in to comment.