[F] Fix matching bad???

This commit is contained in:
Azalea
2024-12-20 06:54:40 -05:00
parent 2d4bb90acc
commit 99770ccd2f

View File

@@ -108,7 +108,7 @@ class ChusanServletController(
?: throw IllegalArgumentException("Chu3: No handler found for $api") ?: throw IllegalArgumentException("Chu3: No handler found for $api")
} }
@API("/{endpoint}") @API("/{endpoint}", "/MatchingServer/{endpoint}")
fun handle(@PV endpoint: Str, @RB request: MutableMap<Str, Any>, @PV version: Str): Any { fun handle(@PV endpoint: Str, @RB request: MutableMap<Str, Any>, @PV version: Str): Any {
var api = endpoint var api = endpoint
request["version"] = version request["version"] = version