Skip to content

Commit

Permalink
fix: patch config
Browse files Browse the repository at this point in the history
  • Loading branch information
snakem982 committed Nov 2, 2024
1 parent 3af7665 commit 7670be9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hub/route/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ import (
func configRouter() http.Handler {
r := chi.NewRouter()
r.Get("/", getConfigs)
r.Put("/", updateConfigs)
r.Patch("/", patchConfigs)

return r
}

Expand Down

0 comments on commit 7670be9

Please sign in to comment.