Commit 5feb45931e9a3f96b8837e51eb857d4ecf54a740

Authored by Bruno Noronha
1 parent 54503a11
Exists in master and in 1 other branch 3.1

modulo mapaController

src/Cacic/WSBundle/Resources/config/routing.yml
@@ -8,6 +8,10 @@ cacic_ws_config: @@ -8,6 +8,10 @@ cacic_ws_config:
8 # requirements: 8 # requirements:
9 # _method: POST 9 # _method: POST
10 10
  11 +cacic_ws_mapa:
  12 + pattern: /get/mapa
  13 + defaults: { _controller: CacicWSBundle:Mapa:mapa }
  14 +
11 cacic_ws_instala_cacic: 15 cacic_ws_instala_cacic:
12 pattern: /instala/cacic 16 pattern: /instala/cacic
13 defaults: { _controller: CacicWSBundle:Default:install } 17 defaults: { _controller: CacicWSBundle:Default:install }