mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
🧼: remove comment [ci skip]
This commit is contained in:
parent
92fda0070c
commit
c830b80269
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ type Settings struct {
|
|||
Branding Branding `json:"branding"`
|
||||
Commands map[string][]string `json:"commands"`
|
||||
Shell []string `json:"shell"`
|
||||
Rules []rules.Rule `json:"rules"` // TODO: use this add to cli
|
||||
Rules []rules.Rule `json:"rules"`
|
||||
}
|
||||
|
||||
// Server settings.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue