Forum Discussion

andre-idf's avatar
andre-idf
New Contributor
5 years ago
Solved

Adding New Controllers Not Showing in UI

Currently, I have 4 controllers/categories on my UI ready and working. However, I have 7 controllers in my folder. The expectation is to have them show up, along with the others, in the screen...
  • andre-idf's avatar
    5 years ago

    I believe the issue was that inside the controller, the name of the class didn't in with the word "Controller". It ended with DTO. I removed that and it showed up.

     

    I went from 

    public class OrderControllerDTO : ApiController

    to

    public class OrderController : ApiController