How To add http endpoints not based on a domain entity #7212
-
Hi, Generally asking, Is abp suitable for APIs that are more of a utilities apis without Domain and DB Layers? Thanks a lot |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If your controller class inherits from AbpController, and you annotate all the methods e.g. [HttpGet] etc, then it should auto detect and create the api endpoint. Or at least it does in the Blazor startup template. |
Beta Was this translation helpful? Give feedback.
If your controller class inherits from AbpController, and you annotate all the methods e.g. [HttpGet] etc, then it should auto detect and create the api endpoint.
Or at least it does in the Blazor startup template.