Update and rename SwaggerAPIControllerExample.java to SwaggerAPIController.java
This commit is contained in:
@ -15,7 +15,7 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/products")
|
@RequestMapping("/products")
|
||||||
public class SwaggerAPIControllerExample {
|
public class SwaggerAPIController {
|
||||||
|
|
||||||
private final Faker faker = new Faker();
|
private final Faker faker = new Faker();
|
||||||
private final List<ProductSwaggerExample> products = new ArrayList<>();
|
private final List<ProductSwaggerExample> products = new ArrayList<>();
|
||||||
Reference in New Issue
Block a user