Commit 984b172c3badfd1ea8cdc3af329d08e107d1b7d8
1 parent
03e2b685
Exists in
master
and in
1 other branch
Módulo forca coleta por máquina
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
src/Cacic/CommonBundle/Resources/config/routing.yml
... | ... | @@ -465,6 +465,14 @@ cacic_computador_loadcompnodes: |
465 | 465 | requirements: |
466 | 466 | idSubrede: \d+ |
467 | 467 | |
468 | +cacic_computador_coletar: | |
469 | + pattern: /computador/coletar | |
470 | + defaults: { _controller: CacicCommonBundle:Computador:coletar } | |
471 | + | |
472 | +cacic_computador_update: | |
473 | + pattern: /computador/update/{idComputador} | |
474 | + defaults: { _controller: CacicCommonBundle:Computador:update, idComputador: null } | |
475 | + | |
468 | 476 | cacic_migracao_cacic26: |
469 | 477 | pattern: /migracao/cacic26 |
470 | 478 | defaults: { _controller: CacicCommonBundle:Cacic26:importardados} | ... | ... |