Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitddad37a

Browse files
committed
revert route removal
1 parent94118d5 commitddad37a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎coderd/coderd.go

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp