Moving api requests to another controller.

This commit is contained in:
krzysiej
2022-06-06 14:27:02 +02:00
parent 314f4f2a14
commit f715f401e1
5 changed files with 36 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ services:
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
Techtube\Bookinfo\BookFinder:
# makes classes in src/ available to be used as services
# this creates a service per class whose id is the fully-qualified class name