mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 12:16:10 +00:00
fix(frontend): fix utf8 encoding bug (#3168)
This commit is contained in:
parent
ce34e68f99
commit
b19addb347
@ -29,7 +29,7 @@ public class GraphQLController {
|
||||
@Inject
|
||||
GraphQLEngine _engine;
|
||||
|
||||
@PostMapping("/graphql")
|
||||
@PostMapping(value = "/graphql", produces = "application/json;charset=utf-8")
|
||||
CompletableFuture<ResponseEntity<String>> postGraphQL(HttpEntity<String> httpEntity) {
|
||||
|
||||
String jsonStr = httpEntity.getBody();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user