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

Commit043f227

Browse files
committed
Add /api/v2/updatecheck to noauthorize list
1 parent8e47aed commit043f227

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
@@ -39,6 +39,7 @@ func AGPLRoutes(a *AuthTester) (map[string]string, map[string]RouteCheck) {
3939
// These endpoints do not require auth
4040
"GET:/api/v2": {NoAuthorize:true},
4141
"GET:/api/v2/buildinfo": {NoAuthorize:true},
42+
"GET:/api/v2/updatecheck": {NoAuthorize:true},
4243
"GET:/api/v2/users/first": {NoAuthorize:true},
4344
"POST:/api/v2/users/first": {NoAuthorize:true},
4445
"POST:/api/v2/users/login": {NoAuthorize:true},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp