mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
fix: not being able to change settings (#359)
This commit is contained in:
parent
d117e4d005
commit
7e962180b2
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
type modifySettingsRequest struct {
|
||||
*modifyRequest
|
||||
modifyRequest
|
||||
Data struct {
|
||||
CSS string `json:"css"`
|
||||
Commands map[string][]string `json:"commands"`
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ type modifyRequest struct {
|
|||
}
|
||||
|
||||
type modifyUserRequest struct {
|
||||
*modifyRequest
|
||||
modifyRequest
|
||||
Data *fm.User `json:"data"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue