Skip to content

Commit

Permalink
Merge pull request #663 from nishizoe/t-4544
Browse files Browse the repository at this point in the history
(fixed #4544, BP from #4535) 管理画面にて /symfony/login, /symfony/logout となっているURLを symfony を抜いたものに変更
  • Loading branch information
nishizoe authored Mar 9, 2022
2 parents 8b0c891 + 8ff52f2 commit 3fe0ff6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/pc_backend/config/routing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,18 @@ default_template_help:
requirements:
sf_method: [get]

no_default:
url: /default/*
param: { module: default, action: error }

symfony_login:
url: /symfony/login
default_login:
url: /login
param: { module: default, action: login }

symfony_logout:
url: /symfony/logout
default_logout:
url: /logout
param: { module: default, action: logout }

no_default:
url: /default/*
param: { module: default, action: error }

no_symfony:
url: /symfony/*
param: { module: default, action: error }

0 comments on commit 3fe0ff6

Please sign in to comment.