diff src/Kachkaev/JstmplBundle/Resources/config/routing.xml @ 0:493bcb69166c

added public content
author Daniel Wolff
date Tue, 09 Feb 2016 20:54:02 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/Kachkaev/JstmplBundle/Resources/config/routing.xml	Tue Feb 09 20:54:02 2016 +0100
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<routes xmlns="http://symfony.com/schema/routing"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
+
+    <route id="_jstmpl" pattern="{name}.html">
+        <default key="_controller">JstmplBundle:Jstmpl:index</default>
+    </route>
+</routes>
\ No newline at end of file