Skip to content

Commit

Permalink
Update main.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoDong999 authored Oct 9, 2023
1 parent e3bb928 commit 732645c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/moe/fuqiuluo/api/main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ data class APIInfo(

fun Routing.index() {
get("/") {
call.respond(APIResult(0, "IAA 云天明 章北海", APIInfo(
call.respond(APIResult(0, "绘梦我的世界 docs.hmmc.top", APIInfo(
version = BuildConfig.version,
protocol = CONFIG.protocol,
pid = runCatching{ ManagementFactory.getRuntimeMXBean().name.split("@")[0].toInt() }.getOrNull() ?: -1
Expand Down

0 comments on commit 732645c

Please sign in to comment.