Base solution for your next web application
Open Closed

Think I am missing something - trying to find all endpoints listed on Swagger UI #6359


User avatar
0
[email protected] created

Hi there,

Been looking through the .Net Core API solution (using API and Angular) and trying to get a feel for where all the pieces are in the project.

I see the primary controllers under web.core, such as tokenauthentication. But I am seeing a lot of other methods that I can't seem to find controllers for - was hoping to find these and work with them as needed. Controllers I can't seem to find:

  1. Account (such as Account/IsTenantAvailable)
  2. AuditLog
  3. Edition
  4. Install
  5. Language
  6. .....and many others

Help to figure out where these are would be very appreciated! Thanks, Mitch


4 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Mark with [RemoteService] attribute.

  • User Avatar
    0
    [email protected] created

    What do you mean [remoteService] as in they are not in the codebase?

  • User Avatar
    1
    aaron created
    Support Team

    I misunderstood. They are in the Application project.

    https://aspnetboilerplate.com/Pages/Documents/AspNet-Core#application-services-as-controllers

  • User Avatar
    0
    [email protected] created

    Awesome, thank you so much! Exactly what I needed!