feat: AP判定にログを追加

This commit is contained in:
usbharu 2023-03-24 17:07:01 +09:00
parent 5d989d6827
commit 9e0e4a5ad1
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ fun Application.user(userService: UserService,activityPubUserService: ActivityPu
)
val name = call.parameters["name"]
if (typeOfActivityPub) {
println("Required Activity !!")
val userModel = activityPubUserService.generateUserModel(name!!)
return@get call.respondAp(userModel)
}