smallest fixes

This commit is contained in:
reynisson 2021-11-20 23:26:02 +01:00
parent 3141f97f41
commit 53d815b93d

View File

@ -35,7 +35,7 @@ public class WinningBidWebController {
try { try {
var body = payload.serialize(); var body = payload.serialize();
LOGGER.info(body); LOGGER.info(body);
var postURI = URI.create(taskListURI + "/tasks/"); var postURI = URI.create("https://tapas-tasks.86-119-35-40.nip.io/tasks/");
HttpRequest postRequest = HttpRequest.newBuilder() HttpRequest postRequest = HttpRequest.newBuilder()
.uri(postURI) .uri(postURI)
.header("Content-Type", TaskJsonRepresentation.MEDIA_TYPE) .header("Content-Type", TaskJsonRepresentation.MEDIA_TYPE)