mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-22 13:13:54 +00:00
fix: KtorのHTTP Signature Pluginを追加
This commit is contained in:
@@ -76,6 +76,9 @@ fun Application.parent() {
|
||||
logger = Logger.DEFAULT
|
||||
level = LogLevel.ALL
|
||||
}
|
||||
install(httpSignaturePlugin){
|
||||
keyMap = KtorKeyMap(get())
|
||||
}
|
||||
}
|
||||
}
|
||||
single<ActivityPubFollowService> { ActivityPubFollowServiceImpl(get(), get(), get()) }
|
||||
|
||||
Reference in New Issue
Block a user