chore: remove documented groups endpoint that doesn't exist (#7020)

This commit is contained in:
Colin Adler
2023-04-05 14:26:21 -05:00
committed by GitHub
parent 865c8b7c09
commit 391738cc25
7 changed files with 4 additions and 177 deletions

View File

@ -89,13 +89,13 @@ func New(ctx context.Context, options *Options) (*API, error) {
r.Post("/", api.postWorkspaceProxy)
r.Get("/", api.workspaceProxies)
// TODO: Add specific workspace proxy endpoints.
//r.Route("/{proxyName}", func(r chi.Router) {
// r.Route("/{proxyName}", func(r chi.Router) {
// r.Use(
// httpmw.ExtractWorkspaceProxyByNameParam(api.Database),
// )
//
// r.Get("/", api.workspaceProxyByName)
//})
// })
})
r.Route("/organizations/{organization}/groups", func(r chi.Router) {
r.Use(