8000 Add to authorize.go · coder/coder@6f8ec23 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f8ec23

Browse files
committed
Add to authorize.go
1 parent 424358e commit 6f8ec23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/coderdtest/authorize.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ func AGPLRoutes(a *AuthTester) (map[string]string, map[string]RouteCheck) {
245245
// Endpoints that use the SQLQuery filter.
246246
"GET:/api/v2/workspaces/": {StatusCode: http.StatusOK, NoAuthorize: true},
247247
"GET:/api/v2/workspaces/count": {StatusCode: http.StatusOK, NoAuthorize: true},
248+
"GET:/api/v2/users/count": {StatusCode: http.StatusOK, NoAuthorize: true},
248249
}
249250

250251
// Routes like proxy routes support all HTTP methods. A helper func to expand

0 commit comments

Comments
 (0)
0