Skip to content

Commit

Permalink
Fix load routing by annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Oct 8, 2021
1 parent b77d12a commit 7ad55a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Controller/VideoController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\Routing\Annotation\Route;

/**
* @Route("admin/videoeditor")
*/
class VideoController extends AbstractController
{
/**
Expand Down
1 change: 0 additions & 1 deletion Resources/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pumukit_soft_video_editor_bundle:
resource: "@PumukitSoftVideoEditorBundle/Controller/"
type: annotation
prefix: /admin/videoeditor

0 comments on commit 7ad55a6

Please sign in to comment.