Browse Source

Remove quotes around "automagically"

pull/14374/head
Sean Killeen 3 years ago
committed by GitHub
parent
commit
2e83d403e2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/API/Auto-API-Controllers.md

2
docs/en/API/Auto-API-Controllers.md

@ -2,7 +2,7 @@
Once you create an [application service](../Application-Services.md), you generally want to create an API controller to expose this service as an HTTP (REST) API endpoint. A typical API controller does nothing but redirects method calls to the application service and configures the REST API using attributes like [HttpGet], [HttpPost], [Route]... etc.
ABP can **"automagically"** configure your application services as API Controllers by convention. Most of time you don't care about its detailed configuration, but it's possible to fully customize it.
ABP can **automagically** configure your application services as API Controllers by convention. Most of time you don't care about its detailed configuration, but it's possible to fully customize it.
## Configuration

Loading…
Cancel
Save