Skip to content

Commit 0dec175

Browse files
committed
Remove unimplemented routes
1 parent 339f320 commit 0dec175

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

coderd/coderd.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,6 @@ func New(options *Options) http.Handler {
5656
r.Use(httpmw.ExtractOrganizationParam(options.Database))
5757
r.Get("/", projects.allProjectsForOrganization)
5858
r.Post("/", projects.createProject)
59-
r.Route("/{project}", func(r chi.Router) {
60-
r.Get("/", nil) // Get a single project
61-
r.Patch("/", nil) // Update a project
62-
})
6359
})
6460
})
6561
})

0 commit comments

Comments
 (0)