Make first WebUI random page stick

This commit is contained in:
Deluan 2024-05-19 12:35:30 -04:00
parent 653b4d97f9
commit 3977ef6e0f
6 changed files with 75 additions and 21 deletions

View file

@ -13,6 +13,7 @@ type QueryOptions struct {
Max int
Offset int
Filters squirrel.Sqlizer
Seed string // for random sorting
}
type ResourceRepository interface {