Change period to Week in gallery example

This commit is contained in:
Héctor Ramón Jiménez 2025-01-27 20:46:47 +01:00
parent 8fd87f94eb
commit e1ad0910f0
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -25,7 +25,7 @@ impl Image {
.get(endpoint("/images"))
.query(&[
("sort", "Most Reactions"),
("period", "Day"),
("period", "Week"),
("nsfw", "None"),
("limit", "99"),
])