Commit 353c1c7ff02e5c3423d0c7671340449c91c19a0e
1 parent
5b7780a2
Exists in
master
and in
1 other branch
módulo getupdate
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_update: | |
12 | + pattern: /get/update | |
13 | + defaults: { _controller: CacicWSBundle:Default:update } | |
14 | + | |
11 | 15 | cacic_ws_mapa: |
12 | 16 | pattern: /get/mapa |
13 | 17 | defaults: { _controller: CacicWSBundle:Mapa:mapa } | ... | ... |