Skip to content

Commit

Permalink
Merge pull request #153 from Maximo-Guk/add-head-type
Browse files Browse the repository at this point in the history
Add HEAD type
  • Loading branch information
kwhitley committed May 21, 2023
2 parents 772b8f2 + 3ebbdd8 commit cd0aa84
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 cd0aa84

Please sign in to comment.