mirror of
https://github.com/speatzle/nfsense.git
synced 2025-09-13 23:29:08 +00:00
Remove old, broken Validation
This commit is contained in:
parent
e12a1fe16f
commit
f67ec52fae
13 changed files with 39 additions and 64 deletions
|
@ -1,5 +1,5 @@
|
|||
package system
|
||||
|
||||
type System struct {
|
||||
Users map[string]User `json:"users" validate:"required,dive"`
|
||||
Users map[string]User `json:"users"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue