Wrong comment
This commit is contained in:
parent
e4fd15b120
commit
33b73c44b8
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ public class ServerUtils {
|
|||
//Get the recipe
|
||||
HttpRequest request = HttpRequest.newBuilder()
|
||||
.uri(URI.create(SERVER + "/recipe/" + id))
|
||||
.GET() //Needs to be changed to POST() when api is changed
|
||||
.GET()
|
||||
.build();
|
||||
HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue