Skip to content

Commit

Permalink
asdad
Browse files Browse the repository at this point in the history
  • Loading branch information
GodCipher committed Oct 2, 2023
1 parent f99f50c commit c8f572c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class DebugController extends AbstractController {
@Autowired
private GameDao gameDao;

@GetMapping(ApplicationAccessPoint.FREE_MATCH_IDS)
@PostMapping(ApplicationAccessPoint.FREE_MATCH_IDS)
@ResponseStatus(HttpStatus.OK)
public DeferredResult<?> getFreeMatchIds(@PathVariable String apiKey, @RequestBody Integer[] matchIds) {
if(couldNotVerifyApiKey(apiKey)) {
Expand Down

0 comments on commit c8f572c

Please sign in to comment.