[F] Fix matching bad for real for real

matching
Azalea 2024-12-20 07:00:32 -05:00
parent c308940c4b
commit c9a0a8d2b5
1 changed files with 1 additions and 0 deletions

View File

@ -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)) {