[+] Chusan export version support

pull/23/head
Azalea 2024-03-20 12:32:34 -04:00
parent 9f831fd8b5
commit aaf7e1e3e5
1 changed files with 6 additions and 0 deletions

View File

@ -103,6 +103,12 @@ class ChusanServletController(
var api = endpoint
request["version"] = version
// Export version
if (api.endsWith("C3Exp")) {
api = api.removeSuffix("C3Exp")
request["c3exp"] = true
}
logger.info("Chu3 $api : $request")
if (api in noopEndpoint) {