Base solution for your next web application
Open Closed

Should Web API controllers be placed in Web or WebAPI layer? #109


User avatar
0
matthewosullivan created

I need to implement a custom Web API controller to use the PushStreamContent class to stream video content from server to client.

When using ABP, should we place custom Web API controllers in the Web or WebAPI layer?


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    We should place all Web API controllers under .WebApi project.