fix: third time's the charm

it was written like 20 lines above i could have just copied it........
This commit is contained in:
əlemi 2024-11-20 23:57:35 +01:00
parent b3b2dd051f
commit b5dd8cf53e
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

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