From: Jérôme Benoit Date: Wed, 27 Jun 2018 21:34:42 +0000 (+0200) Subject: Add a routing configuration file. X-Git-Url: https://git.piment-noir.org/?p=Project_proches_de_moi-server.git;a=commitdiff_plain;h=8fa92a04ec33a3b6426de2a252de36f6ae97b7f4 Add a routing configuration file. Signed-off-by: Jérôme Benoit --- diff --git a/config/routing.yaml b/config/routing.yaml new file mode 100644 index 0000000..f7572ad --- /dev/null +++ b/config/routing.yaml @@ -0,0 +1,3 @@ +person: + type: rest + resource: App\Controller\PersonController