Added routing.yml
authorhiroto
Tue, 03 Sep 2013 19:18:31 +0900
changeset 18 de929f2548e2
parent 17 6a0371e8bb51
child 19 6508e1d1c686
Added routing.yml
autotweet-php/src/Org/W3/AutotweetBundle/Resources/config/routing.yml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/autotweet-php/src/Org/W3/AutotweetBundle/Resources/config/routing.yml	Tue Sep 03 19:18:31 2013 +0900
@@ -0,0 +1,3 @@
+org_w3_autotweet_post:
+    pattern:  /post
+    defaults: { _controller: OrgW3AutotweetBundle:Default:post }
\ No newline at end of file