Skip to content

Commit

Permalink
Merge pull request #14 from ppolariss/main
Browse files Browse the repository at this point in the history
add patch method for webvpn
  • Loading branch information
JingYiJun authored Nov 29, 2024
2 parents 19fac90 + 8e73fa9 commit 66eea3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apis/token/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ func RegisterRoutes(app fiber.Router) {
app.Get("/users/push-tokens", ListTokens)
app.Post("/users/push-tokens", CreateToken)
app.Put("/users/push-tokens", CreateToken)
app.Patch("/users/push-tokens/_webvpn", CreateToken)
app.Delete("/users/push-tokens", DeleteToken)
app.Delete("/users/push-tokens/_all", DeleteAllTokens)
}
Expand Down

0 comments on commit 66eea3a

Please sign in to comment.