[F] Fix matching bad???

matching
Azalea 2024-12-20 06:54:40 -05:00
parent 2d4bb90acc
commit 99770ccd2f
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class ChusanServletController(
?: 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 {
var api = endpoint
request["version"] = version