mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-11-06 14:49:52 +00:00
send valid_users to api
This commit is contained in:
parent
94e545b388
commit
85a72a6a15
@ -60,6 +60,7 @@ func GetSambaSharesList(ctx echo.Context) error {
|
||||
shareList = append(shareList, model.Shares{
|
||||
Anonymous: v.Anonymous,
|
||||
Path: v.Path,
|
||||
Valid_users: v.Valid_users,
|
||||
ID: v.ID,
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user