8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa1cea commit 0858289Copy full SHA for 0858289
src/Symfony/Framework/WebBundle/Resources/config/default_routing.xml
@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8" ?>
2
+
3
+<routes xmlns="http://www.symfony-project.org/schema/routing"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi:schemaLocation="http://www.symfony-project.org/schema/routing http://www.symfony-project.org/schema/routing/routing-1.0.xsd">
6
7
+ <route id="_internal" pattern="/:_bundle/:_controller/:_action.:_format" />
8
+</routes>
0 commit comments