mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-02-19 02:41:31 +00:00
feat(register): Register status can be set (#223)
This commit is contained in:
@@ -16,6 +16,7 @@ const (
|
||||
type App struct {
|
||||
WebClient int `mapstructure:"web-client"`
|
||||
Register bool `mapstructure:"register"`
|
||||
RegisterStatus int `mapstructure:"register-status"`
|
||||
ShowSwagger int `mapstructure:"show-swagger"`
|
||||
TokenExpire time.Duration `mapstructure:"token-expire"`
|
||||
WebSso bool `mapstructure:"web-sso"`
|
||||
|
||||
Reference in New Issue
Block a user