Skip to content

Commit ddc4708

Browse files
committed
📝 Update usage.md
1 parent 2363fa6 commit ddc4708

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func main() {
7676
app.Get("/", handler)
7777
app.Post("/", handler)
7878
app.Put("/", handler)
79+
app.Patch("/", handler)
7980
app.Delete("/", handler)
8081
app.Head("/", handler)
8182
app.Options("/", handler)

0 commit comments

Comments
 (0)