8000 [WebBundle] added a routing file for the 'default' route · Arief57/symfony@0858289 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0858289

Browse files
committed
[WebBundle] added a routing file for the 'default' route
1 parent afa1cea commit 0858289

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0