Skip to content

Commit

Permalink
Merge branch hotfix/v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roadiz-ci committed Dec 11, 2024
1 parent 24ace94 commit 5e3da9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/routing/ajax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ nodeAjaxEdit:
controller: Themes\Rozier\AjaxControllers\AjaxNodesController::editAction
format: json
requirements: { nodeId : "[0-9]+" }
searchNodesSourcesAjax:
path: /nodes-sources/search
searchAjax:
path: /search
methods: [GET]
defaults:
_controller: Themes\Rozier\AjaxControllers\AjaxSearchNodesSourcesController::searchAction
_controller: Themes\Rozier\AjaxControllers\AjaxSearchController::searchAction
_format: json
nodesStatusesAjax:
path: /nodes/statuses
Expand Down

0 comments on commit 5e3da9a

Please sign in to comment.