mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 22:47:26 +08:00
[+] Chusan export version support
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user