We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent debc29e commit fe7df06Copy full SHA for fe7df06
coderd/coderd.go
@@ -71,7 +71,6 @@ func New(options *Options) http.Handler {
71
})
72
73
74
- // Routes specific to the workspace namespace.
75
// Listing operations specific to resources should go under
76
// their respective routes. eg. /orgs/<name>/workspaces
77
r.Route("/workspaces", func(r chi.Router) {
0 commit comments