Add a routing configuration file.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 27 Jun 2018 21:34:42 +0000 (23:34 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 27 Jun 2018 21:34:42 +0000 (23:34 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
config/routing.yaml [new file with mode: 0644]

diff --git a/config/routing.yaml b/config/routing.yaml
new file mode 100644 (file)
index 0000000..f7572ad
--- /dev/null
@@ -0,0 +1,3 @@
+person:
+    type:     rest
+    resource: App\Controller\PersonController