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)
-
0
We should place all Web API controllers under .WebApi project.