@RestController @RequestMapping(value="/pop") @TokenResource public class PopController extends Object
| Constructor and Description |
|---|
PopController(PopService popService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
getPublicKeys() |
@Autowired public PopController(PopService popService)
@GetMapping(produces="application/json") public org.springframework.http.ResponseEntity<String> getPublicKeys()
Copyright © 2017. All rights reserved.