I Am A Teapot
This commit is contained in:
parent
21d002bce5
commit
eb9e702545
@ -105,4 +105,9 @@ public class EmployeeController {
|
|||||||
return employeeService.getEmployeeByLogin(login);
|
return employeeService.getEmployeeByLogin(login);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@GetMapping("/coffee")
|
||||||
|
public ResponseEntity<HttpStatusCode> coffee() {
|
||||||
|
return new ResponseEntity<>(HttpStatus.I_AM_A_TEAPOT);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user