test: merge test
This commit is contained in:
parent
269420976f
commit
3eb784d0d5
@ -16,6 +16,7 @@ public class LoginController {
|
||||
private final LoginService loginService;
|
||||
|
||||
@PostMapping("/v1.0/login")
|
||||
@ResponseStatus(HttpStatus.OK)
|
||||
public void login(@RequestBody LoginUser loginUser) {
|
||||
log.warn(String.valueOf(log.isDebugEnabled()));
|
||||
if (log.isDebugEnabled()) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user