chore: update workspace setting keys

This commit is contained in:
Steven
2023-09-21 08:21:26 +08:00
parent e82e61d54d
commit 763205a89b
9 changed files with 245 additions and 195 deletions

View File

@ -10,11 +10,6 @@ import (
"github.com/labstack/echo/v4"
)
type WorkspaceSetting struct {
Key string `json:"key"`
Value string `json:"value"`
}
type WorkspaceProfile struct {
Profile *profile.Profile `json:"profile"`
DisallowSignUp bool `json:"disallowSignUp"`