Ocelot json Help needed
Hi guys,
I'm working on a project using
I use
I have the following
The issue:
The issue is the categories controller will contains many actions, so I think that maybe the
I have tried
Please is there any feature or a way to achieve that ??
Massive thanks in advance <3
I'm working on a project using
Microservices architecture, as you know with Microservices mostly we need an Api Gateway,I use
Ocelot for that purpose.I have the following
ocelot.json:The issue:
The issue is the categories controller will contains many actions, so I think that maybe the
Ocelot has a feature to tell it to automatically re-route /ExpenseService/api/Categories/{verb} to /api/Categories/{verb}.I have tried
/ExpenseService/api/Categories/{everything} to /api/Categories/{everything}, but not working.Please is there any feature or a way to achieve that ??
Massive thanks in advance <3