Compare commits
2 Commits
865cdfa605
...
660eb645e4
| Author | SHA1 | Date | |
|---|---|---|---|
| 660eb645e4 | |||
| 3c50aca1e8 |
@@ -25,7 +25,7 @@ public class PublishRewardCommand extends PrivilegedCommand {
|
||||
|
||||
String rewardRequestJson = new Gson().toJson(room.getTournament().getRewards());
|
||||
HttpRequest giveRewardsRequest = HttpRequest.newBuilder()
|
||||
.uri(new URI("http://10.20.7.1:8080/api/event/reward"))
|
||||
.uri(new URI("http://10.20.9.3:8080/api/event/reward"))
|
||||
.POST(HttpRequest.BodyPublishers.ofString(rewardRequestJson))
|
||||
.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user