Dev #65

Merged
reynisson merged 67 commits from dev into main 2021-11-16 18:14:00 +00:00
Showing only changes of commit 613c1482d7 - Show all commits

View File

@ -17,7 +17,7 @@ public class ValidateIntentWebSubAdapter {
private String environment; private String environment;
@GetMapping(path = "/auction-started") @GetMapping(path = "/auction-started")
public ResponseEntity<String> handleExecutorAddedEvent(@RequestParam("hub.challenge") String challenge) { public ResponseEntity<String> validateIntent(@RequestParam("hub.challenge") String challenge) {
// Different implementation depending on local development or production // Different implementation depending on local development or production
if (environment.equalsIgnoreCase("development")) { if (environment.equalsIgnoreCase("development")) {
HttpHeaders headers = new HttpHeaders(); HttpHeaders headers = new HttpHeaders();