Skip to content

Commit

Permalink
revert route removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Emyrk committed May 24, 2024
1 parent 94118d5 commit ddad37a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions coderd/coderd.go
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,8 @@ func New(options *Options) *API {
httpmw.ExtractOrganizationParam(options.Database),
)
r.Get("/", api.organization)
r.Patch("/", api.patchOrganization)
r.Delete("/", api.deleteOrganization)
r.Post("/templateversions", api.postTemplateVersionsByOrganization)
r.Route("/templates", func(r chi.Router) {
r.Post("/", api.postTemplateByOrganization)
Expand Down

0 comments on commit ddad37a

Please sign in to comment.