mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
[ticket/12620] Move the routing file to the environments
PHPBB3-12620
This commit is contained in:
parent
b697273aaa
commit
0306fefe04
3 changed files with 4 additions and 0 deletions
2
phpBB/config/development/routing.yml
Normal file
2
phpBB/config/development/routing.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
core.default:
|
||||
resource: "../default/routing.yml"
|
2
phpBB/config/production/routing.yml
Normal file
2
phpBB/config/production/routing.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
core.default:
|
||||
resource: "../default/routing.yml"
|
Loading…
Add table
Reference in a new issue