Commit 5feb45931e9a3f96b8837e51eb857d4ecf54a740
1 parent
54503a11
Exists in
master
and in
1 other branch
modulo mapaController
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
src/Cacic/WSBundle/Resources/config/routing.yml
... | ... | @@ -8,6 +8,10 @@ cacic_ws_config: |
8 | 8 | # requirements: |
9 | 9 | # _method: POST |
10 | 10 | |
11 | +cacic_ws_mapa: | |
12 | + pattern: /get/mapa | |
13 | + defaults: { _controller: CacicWSBundle:Mapa:mapa } | |
14 | + | |
11 | 15 | cacic_ws_instala_cacic: |
12 | 16 | pattern: /instala/cacic |
13 | 17 | defaults: { _controller: CacicWSBundle:Default:install } | ... | ... |