fix: third time's the charm
it was written like 20 lines above i could have just copied it........
This commit is contained in:
parent
b3b2dd051f
commit
b5dd8cf53e
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ pub async fn page(
|
|||
.map(|item| item.ap())
|
||||
.collect();
|
||||
|
||||
crate::builders::collection_page(&ctx.oid(&id), offset, limit, items)
|
||||
crate::builders::collection_page(&upub::url!(ctx, "/objects/{id}/context"), offset, limit, items)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue