KKSU
2024-05-11 15fdce679c6ccf46b3283cc0523670f8dff7d13f
src/main/java/cc/mrbird/febs/dapp/soccer/controller/SoccerController.java
@@ -20,7 +20,7 @@
    private final CountryService countryService;
    @ApiOperation(value = "获取国家", notes = "获取国家")
    @GetMapping(value = "/countries")
    @PostMapping(value = "/countries")
    public FebsResponse countriesApi() {
        return countryService.countries();
    }