Skip to content

Commit

Permalink
docs: update create-your-first-controller.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita authored Aug 29, 2024
1 parent ae45ed0 commit b2f883b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/introduction/create-your-first-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -267,5 +267,5 @@ Here is the complete `CalendarsController`:

:::

Our CRUD is ready to use. But the logic is entirely implemented in our controller. Ts.ED provide a way to separate the business logic from the controller logic using [Services](/docs/services.md).
Our CRUD is ready to use. But the logic is entirely implemented in our controller. Ts.ED provide a way to separate the business logic from the controller logic using [Services](/docs/providers.md).
So, the next step is to use DI to create and inject a service in our controller.

0 comments on commit b2f883b

Please sign in to comment.