shelf
shelf copied to clipboard
router issue
There are two router.
/api/product/<producttype> /api/product/adjustment
when i call second one the shelf_router package calling first one
Can you share your router code?
This is likely caused by the order you have your routes where it's using api/product because it finds that one first
First one with route parameter and second one without parameter, when i call second one wht its calling first one
Rounting should not be a order, i checked in .net web api there is no order like this
@selvam920 it's impossible to help you unless you share the exact code which you use for your router