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