Skip to content

Commit

Permalink
[Bug] [dinky-core] Click to trigger savepoint error (#4107) (#4125)
Browse files Browse the repository at this point in the history
  • Loading branch information
MactavishCui authored Jan 6, 2025
1 parent e394019 commit 548a4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dinky-core/src/main/java/org/dinky/api/FlinkAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private String getResult(String route) {
}

private JsonNode post(String route, String body) {
String url = NetConstant.SLASH + route;
String url = address + NetConstant.SLASH + route;
if (!address.startsWith(NetConstant.HTTP) && !address.startsWith(NetConstant.HTTPS)) {
url = NetConstant.HTTP + url;
}
Expand Down

0 comments on commit 548a4e9

Please sign in to comment.