Sylius/app/config/routing_dev.yml
2018-08-27 15:51:11 +02:00

14 lines
463 B
YAML

# This file is referenced in PluginSkeleton v1.0.0 - v1.2.x
# It is deprecated since Sylius 1.3 and will be removed in Sylius 2.0
_routing_deprecation:
resource: '_routing_deprecation.php' # Triggers a deprecation error
_routing_directory:
resource: '../../config/routes/*.{php,xml,yaml,yml}'
_routing_dev_directory:
resource: '../../config/routes/dev/**/*.{php,xml,yaml,yml}'
_routing_file:
resource: '../../config/routes.{php,xml,yaml,yml}'