Change period to Week in gallery example
This commit is contained in:
parent
8fd87f94eb
commit
e1ad0910f0
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ impl Image {
|
|||
.get(endpoint("/images"))
|
||||
.query(&[
|
||||
("sort", "Most Reactions"),
|
||||
("period", "Day"),
|
||||
("period", "Week"),
|
||||
("nsfw", "None"),
|
||||
("limit", "99"),
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue