mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 13:17:27 +08:00
[F] Fix matching bad???
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user