Skip to content

Commit 3e59062

Browse files
committed
Update to the defined routers to point at the controller and no the folder
1 parent 13acb1b commit 3e59062

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/routing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ckfinder_connector:
22
path: /ckfinder/connector
3-
defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller::requestAction }
3+
defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller\CKFinderController::requestAction }
44

55
#ckfinder_examples:
66
# path: /ckfinder/examples/{example}
7-
# defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller::examplesAction, example: null }
7+
# defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller\CKFinderController::examplesAction, example: null }

0 commit comments

Comments
 (0)