send valid_users to api

This commit is contained in:
Sheep26 2024-12-03 16:48:33 +13:00
parent 94e545b388
commit 85a72a6a15

View File

@ -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,
})
}