tag(功能):功能跑通

This commit is contained in:
OrangeRoll
2026-08-07 13:15:26 +08:00
parent 9e0387bf94
commit 3d1c6a6c76
19 changed files with 892 additions and 418 deletions
@@ -0,0 +1,11 @@
package top.OrangeRoll
import configureRouting
import io.ktor.server.application.Application
/**
* Ktor's YAML module entry point.
*/
fun Application.module() {
configureRouting()
}