fix: no needed a 4th fix
This commit is contained in:
parent
b5dd8cf53e
commit
8a0229a04d
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(&upub::url!(ctx, "/objects/{id}/context"), offset, limit, items)
|
||||
crate::builders::collection_page(&upub::url!(ctx, "/objects/{id}/context/page"), offset, limit, items)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue