No longer decoding URL for IDs (consistent with other operations).
Cevasco, Fabio fabio.cevasco@siemens.com
Fri, 13 Dec 2019 10:40:35 +0100
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
src/litestorepkg/lib/api_v4.nim
→
src/litestorepkg/lib/api_v4.nim
@@ -666,7 +666,6 @@ except:
return resError(Http400, "Bad request - $1" % getCurrentExceptionMsg()) proc get*(req: LSRequest, LS: LiteStore, resource: string, id = ""): LSResponse = - let id = id.decodeURL case resource: of "docs": var options = newQueryOptions()