Skip to content

Commit

Permalink
add the correct controller to the route definition...
Browse files Browse the repository at this point in the history
  • Loading branch information
adr-mo committed May 24, 2024
1 parent 83f0fed commit f81462f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FindRealTimeHostCategories:
methods: GET
path: /monitoring/hosts/categories
controller: >-
'Core\Category\RealTime\Infrastructure\Api\FindHostCategory\FindHostCategoryController'
controller: 'Core\HostCategory\Infrastructure\API\FindRealTimeHostCategories\FindRealTimeHostCategoriesController'
condition: "request.attributes.get('version') >= 22.10"

0 comments on commit f81462f

Please sign in to comment.