diff --git a/webserver/src/main/kotlin/space/mori/chzzk_bot/webserver/routes/ApiRoutes.kt b/webserver/src/main/kotlin/space/mori/chzzk_bot/webserver/routes/ApiRoutes.kt index e3abf4d..91ded88 100644 --- a/webserver/src/main/kotlin/space/mori/chzzk_bot/webserver/routes/ApiRoutes.kt +++ b/webserver/src/main/kotlin/space/mori/chzzk_bot/webserver/routes/ApiRoutes.kt @@ -126,6 +126,7 @@ fun Routing.apiRoutes() { } val matchResult = chzzkIDRegex.find(body.chzzkUrl) + println(matchResult) val matchedChzzkId = matchResult?.groups?.get(1)?.value if (matchedChzzkId == null) {