Great work on this module. I was wondering if there is a way to enhance it so you can see the actual routes available. For example I register SampleController and AnotherCountroller with {controller}/{id}
And you would be shown
GET DesktopModule/API/Sample
POST DesktopModule/API/Sample
GET DesktopModule/API/Sample/{id}
PUT DesktopModule/API/Sample/{id}
DELETE DesktopModule/API/Sample/{id}
GET DesktopModule/API/Another
POST DesktopModule/API/Another
GET DesktopModule/API/Another/{id}
PUT DesktopModule/API/Another/{id}
DELETE DesktopModule/API/Another/{id}
Thnx
Great work on this module. I was wondering if there is a way to enhance it so you can see the actual routes available. For example I register SampleController and AnotherCountroller with {controller}/{id}
And you would be shown
GET DesktopModule/API/Sample
POST DesktopModule/API/Sample
GET DesktopModule/API/Sample/{id}
PUT DesktopModule/API/Sample/{id}
DELETE DesktopModule/API/Sample/{id}
GET DesktopModule/API/Another
POST DesktopModule/API/Another
GET DesktopModule/API/Another/{id}
PUT DesktopModule/API/Another/{id}
DELETE DesktopModule/API/Another/{id}
Thnx