Skip to content

Commit ddad37a

Browse files
committed
revert route removal
1 parent 94118d5 commit ddad37a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coderd/coderd.go

+2
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,8 @@ func New(options *Options) *API {
815815
httpmw.ExtractOrganizationParam(options.Database),
816816
)
817817
r.Get("/", api.organization)
818+
r.Patch("/", api.patchOrganization)
819+
r.Delete("/", api.deleteOrganization)
818820
r.Post("/templateversions", api.postTemplateVersionsByOrganization)
819821
r.Route("/templates", func(r chi.Router) {
820822
r.Post("/", api.postTemplateByOrganization)

0 commit comments

Comments
 (0)