mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 03:07:30 +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")
|
val fmt = DateTimeFormatter.ofPattern("uuuu-MM-dd HH:mm:ss")
|
||||||
|
|
||||||
// Get the request url as te address
|
// Get the request url as te address
|
||||||
val addr = req.requestURI.removeSuffix("GetGameSettingApi")
|
val addr = req.requestURL.toString().removeSuffix("GetGameSettingApi")
|
||||||
|
|
||||||
mapOf(
|
mapOf(
|
||||||
"gameSetting" to mapOf(
|
"gameSetting" to mapOf(
|
||||||
|
|||||||
Reference in New Issue
Block a user