mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Fix: Route name change.
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Chill\WopiBundle\Controller\Test;
|
||||
use Chill\WopiBundle\Controller\Editor;
|
||||
use Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator;
|
||||
|
||||
return static function (RoutingConfigurator $routes) {
|
||||
$routes
|
||||
->add('chill_wopi_file_edit', '/edit/{fileId}')
|
||||
->controller(Test::class);
|
||||
->controller(Editor::class);
|
||||
};
|
||||
|
Reference in New Issue
Block a user