mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix matching bad for real for real
parent
c308940c4b
commit
c9a0a8d2b5
|
@ -119,6 +119,7 @@ class ChusanServletController(
|
||||||
api = api.removeSuffix("C3Exp")
|
api = api.removeSuffix("C3Exp")
|
||||||
request["c3exp"] = true
|
request["c3exp"] = true
|
||||||
}
|
}
|
||||||
|
if (api in matchingEndpoints) api = "MatchingServer/$api"
|
||||||
|
|
||||||
logger.info("Chu3 $api : $request")
|
logger.info("Chu3 $api : $request")
|
||||||
if (api !in noopEndpoint && !handlers.containsKey(api)) {
|
if (api !in noopEndpoint && !handlers.containsKey(api)) {
|
||||||
|
|
Loading…
Reference in New Issue