Skip to content

Commit

Permalink
Updated controller documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yasasghari committed Mar 1, 2024
1 parent f54b4eb commit f451fc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public String applicationPage() {
*
* @param applicationStatusDTO Data transfer object representing status submitted information.
* {@code @RequestBody} Provides the data embedded in the HTTP request.
* @return HTTP status and no header.
* @return HTTP status and an empty LinkedMultiValueMap as the body.
*/
@PostMapping(value = "/api/applicant", produces = "application/json")
@ResponseBody
Expand Down

0 comments on commit f451fc7

Please sign in to comment.