mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-04 22:47:26 +08:00
[F] Fix matching url
This commit is contained in:
@@ -214,7 +214,7 @@ fun ChusanServletController.init() {
|
||||
val fmt = DateTimeFormatter.ofPattern("uuuu-MM-dd HH:mm:ss")
|
||||
|
||||
// Get the request url as te address
|
||||
val addr = req.requestURI.removeSuffix("GetGameSettingApi")
|
||||
val addr = req.requestURL.toString().removeSuffix("GetGameSettingApi")
|
||||
|
||||
mapOf(
|
||||
"gameSetting" to mapOf(
|
||||
|
||||
Reference in New Issue
Block a user