Commit 4380b720 authored by John Lam's avatar John Lam

add /api/products to request mapping

parent d2d78b83
......@@ -13,7 +13,7 @@ import com.nisum.ascend.inventory.service.ProductService;
import reactor.core.publisher.Mono;
@RestController
@RequestMapping("/products")
@RequestMapping("/api/products")
public class ProductController {
@Autowired
ProductService productService;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment