Skip to content

Commit

Permalink
Merge pull request #749 from campusdomar/bugfix_495_404_login_error
Browse files Browse the repository at this point in the history
#495 config.yaml other urls are now 404 and twig can get app.user
  • Loading branch information
Yurujai authored Jun 19, 2018
2 parents 67f590c + 352f478 commit 3f9284e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ pumukitnewadmin:

fos_user_security:
resource: "@FOSUserBundle/Resources/config/routing/security.xml"

pageNotFound:
pattern: /{path}
requirements:
path: .*

0 comments on commit 3f9284e

Please sign in to comment.