Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[WebBundle] added a routing file for the 'default' route
  • Loading branch information
fabpot committed May 3, 2010
1 parent afa1cea commit 0858289
Showing 1 changed file with 8 additions and 0 deletions.
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>

<routes xmlns="http://www.symfony-project.org/schema/routing"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/routing http://www.symfony-project.org/schema/routing/routing-1.0.xsd">

<route id="_internal" pattern="/:_bundle/:_controller/:_action.:_format" />
</routes>

0 comments on commit 0858289

Please sign in to comment.