Commit 646adcb5 authored by Khai Yuan ​Liew's avatar Khai Yuan ​Liew

[AFP-56] Modify RequestMapping

parent 077d16b0
......@@ -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