Skip to content

Commit 2eccca9

Browse files
committed
1 parent 7ab3bf4 commit 2eccca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/mgramin/sqlboot/sql/select/wrappers/RestSelectQuery.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class RestSelectQuery(
2525
val client: List<Map<String, Any>>? = WebClient
2626
.create(endpoint)
2727
.post()
28-
.uri("/exec?query=${origin.query()}".replace("{", "[").replace("}", "]"))
28+
.uri("/exec")
2929
.body(BodyInserters.fromObject(origin.query()))
3030
.accept(MediaType.APPLICATION_JSON)
3131
.retrieve()

0 commit comments

Comments
 (0)