fix: no needed a 4th fix

This commit is contained in:
əlemi 2024-11-21 00:05:04 +01:00
parent b5dd8cf53e
commit 8a0229a04d
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -51,5 +51,5 @@ pub async fn page(
.map(|item| item.ap())
.collect();
crate::builders::collection_page(&upub::url!(ctx, "/objects/{id}/context"), offset, limit, items)
crate::builders::collection_page(&upub::url!(ctx, "/objects/{id}/context/page"), offset, limit, items)
}