Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 12380bd

Browse files
committed
bug #762 Issue #758 Modified default route for AppBundle (Pierstoval)
This PR was merged into the 2.3 branch. Discussion ---------- Issue #758 Modified default route for AppBundle Commits ------- 223e6c8 Issue #758 Modified default route for AppBundle
2 parents 232b6a4 + 223e6c8 commit 12380bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppBundle/Controller/DefaultController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class DefaultController extends Controller
99
{
1010
/**
11-
* @Route("/", name="homepage")
11+
* @Route("/app/example", name="homepage")
1212
*/
1313
public function indexAction()
1414
{

0 commit comments

Comments
 (0)