Auctionhouse websub #63
|
@ -17,7 +17,7 @@ public class ValidateIntentWebSubAdapter {
|
|||
|
||||
private String environment;
|
||||
|
||||
@GetMapping(path = "/auction-started")
|
||||
public ResponseEntity<String> handleExecutorAddedEvent(@RequestParam("hub.challenge") String challenge) {
|
||||
Isn't the naming here a bit weird? Isn't the naming here a bit weird?
|
||||
public ResponseEntity<String> validateIntent(@RequestParam("hub.challenge") String challenge) {
|
||||
Isn't the naming here a bit weird? Isn't the naming here a bit weird?
|
||||
// Different implementation depending on local development or production
|
||||
if (environment.equalsIgnoreCase("development")) {
|
||||
HttpHeaders headers = new HttpHeaders();
|
||||
|
|
|||
Isn't the naming here a bit weird? Isn't the naming here a bit weird?
Isn't the naming here a bit weird? Isn't the naming here a bit weird?
|
Loading…
Reference in New Issue
Block a user
Isn't the naming here a bit weird?
Isn't the naming here a bit weird?