mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix matching bad???
parent
2d4bb90acc
commit
99770ccd2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue