chore: fix linter

This commit is contained in:
Steven 2025-11-05 23:59:24 +08:00
parent 89b0b81bdc
commit 71d0dbaf41
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ func isUnauthorizeAllowedMethod(fullMethodName string) bool {
}
var allowedMethodsOnlyForAdmin = map[string]bool{
"/memos.api.v1.UserService/CreateUser": true,
"/memos.api.v1.UserService/CreateUser": true,
"/memos.api.v1.InstanceService/UpdateInstanceSetting": true,
}