mirror of https://github.com/usbharu/Hideout.git
refactor: Webfingerのルーティング定義を移動
This commit is contained in:
parent
db362fb48b
commit
d93c8af068
|
@ -0,0 +1,11 @@
|
||||||
|
package dev.usbharu.hideout.routing.wellknown
|
||||||
|
|
||||||
|
import io.ktor.server.routing.*
|
||||||
|
|
||||||
|
fun Routing.webfinger(){
|
||||||
|
route("/.well-known/webfinger"){
|
||||||
|
get {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue