fix: /#main-key for application
This commit is contained in:
parent
b086fe969f
commit
6ff288e936
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ pub async fn view(
|
|||
.set_url(apb::Node::link(upub::url!(ctx, "/")))
|
||||
.set_public_key(apb::Node::object(
|
||||
apb::new()
|
||||
.set_id(Some(&upub::url!(ctx, "#main-key")))
|
||||
.set_id(Some(&upub::url!(ctx, "/#main-key")))
|
||||
.set_owner(Some(&upub::url!(ctx, "")))
|
||||
.set_public_key_pem(&ctx.actor().public_key)
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue