mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
parent
7888a53dbf
commit
058af49807
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class KoboProxy(
|
|||
.uri { uriBuilder ->
|
||||
uriBuilder
|
||||
.path(path)
|
||||
.queryParams(LinkedMultiValueMap(request.parameterMap.mapValues { it.value.toList() }))
|
||||
.query(request.queryString)
|
||||
.build()
|
||||
.also { logger.debug { "Proxy URL: $it" } }
|
||||
}.headers { headersOut ->
|
||||
|
|
|
|||
Loading…
Reference in a new issue