Skip to content
Snippets Groups Projects
Commit a62c4eac authored by Jakob Grønhaug's avatar Jakob Grønhaug
Browse files

update editUser endpoint path

parent d2f467ea
No related branches found
No related tags found
No related merge requests found
Pipeline #158593 passed
...@@ -41,7 +41,7 @@ public class UserResource { ...@@ -41,7 +41,7 @@ public class UserResource {
} }
@PUT @PUT
@Path("user/{userId}") @Path("{userId}")
@Consumes(MediaType.APPLICATION_JSON) @Consumes(MediaType.APPLICATION_JSON)
@Produces(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)
public boolean editUser(@PathParam("userId") int userId, User user) { public boolean editUser(@PathParam("userId") int userId, User user) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment