Fix copy/paste bug in CFUAAOAuth2ResourceServerRestController (#8033)
This commit is contained in:
parent
c5e85a589c
commit
54718d11a6
@ -18,7 +18,7 @@ public class CFUAAOAuth2ResourceServerRestController {
|
|||||||
|
|
||||||
@GetMapping("/read")
|
@GetMapping("/read")
|
||||||
public String read(JwtAuthenticationToken jwtAuthenticationToken) {
|
public String read(JwtAuthenticationToken jwtAuthenticationToken) {
|
||||||
return "Hello write: " + jwtAuthenticationToken.getTokenAttributes();
|
return "Hello read: " + jwtAuthenticationToken.getTokenAttributes();
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/write")
|
@GetMapping("/write")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user