Skip to content

Commit

Permalink
0002555: REST : postRegisterNode (postRegisterNodeByEngine) using GET
Browse files Browse the repository at this point in the history
method
  • Loading branch information
erilong committed Apr 7, 2016
1 parent a275011 commit 7a860f7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -825,7 +825,7 @@ public final RegistrationInfo postRegisterNode(
}

@ApiOperation(value = "Register the specified node for the specified engine")
@RequestMapping(value = "/engine/{engine}/registernode", method = RequestMethod.GET)
@RequestMapping(value = "/engine/{engine}/registernode", method = RequestMethod.POST)
@ResponseStatus(HttpStatus.OK)
@ResponseBody
public final RegistrationInfo postRegisterNode(@PathVariable("engine") String engineName,
Expand Down

0 comments on commit 7a860f7

Please sign in to comment.