mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-10 19:27:01 +00:00
refactor: Webfingerのルーティング定義を移動
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
package dev.usbharu.hideout.routing.wellknown
|
||||||
|
|
||||||
|
import io.ktor.server.routing.*
|
||||||
|
|
||||||
|
fun Routing.webfinger(){
|
||||||
|
route("/.well-known/webfinger"){
|
||||||
|
get {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user