updated login api description
This commit is contained in:
@@ -98,7 +98,7 @@ public interface UserApi {
|
||||
return new ResponseEntity<>(HttpStatus.NOT_IMPLEMENTED);
|
||||
}
|
||||
|
||||
@Operation(summary = "Api to login user Changed the URL to identify the deployment issue",
|
||||
@Operation(summary = "Api to login user",
|
||||
responses = {
|
||||
@ApiResponse(responseCode = "200", description = "OK"),
|
||||
@ApiResponse(responseCode = "400", description = "Bad Request"),
|
||||
|
||||
Reference in New Issue
Block a user