feat: CreateのIDを修正

This commit is contained in:
usbharu 2023-04-29 18:52:37 +09:00
parent ef713e6d36
commit 58bf367d60
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ class ActivityPubNoteServiceImpl(
name = "Create Note", name = "Create Note",
`object` = note, `object` = note,
actor = note.attributedTo, actor = note.attributedTo,
id = "${Config.configData.url}/create/${postEntity.id}" id = "${Config.configData.url}/create/note/${postEntity.id}"
) )
) )
} }