1

Update and rename SwaggerAPIControllerExample.java to SwaggerAPIController.java

This commit is contained in:
Christoph
2020-03-09 16:54:58 +01:00
committed by GitHub
parent 09a1e3e380
commit 8e41d114a5

View File

@ -15,7 +15,7 @@ import java.util.List;
*/
@RestController
@RequestMapping("/products")
public class SwaggerAPIControllerExample {
public class SwaggerAPIController {
private final Faker faker = new Faker();
private final List<ProductSwaggerExample> products = new ArrayList<>();