mirror of
https://github.com/usbharu/Hideout.git
synced 2026-07-23 05:34:38 +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