Commit fa468a99e408eec2736c67a9cd45ea2f64d95104
1 parent
f6afcaba
Exists in
master
chamada para confirmacaoHash criada
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
src/br/com/controller/QuestionarioController.java
| ... | ... | @@ -42,6 +42,12 @@ public class QuestionarioController { |
| 42 | 42 | public void questionario() { |
| 43 | 43 | |
| 44 | 44 | } |
| 45 | + | |
| 46 | + @Path("/confirmacaoHash") | |
| 47 | + public void confirmacaoHash(){ | |
| 48 | + | |
| 49 | + } | |
| 50 | + | |
| 45 | 51 | |
| 46 | 52 | @Path("/salvar-questionario") |
| 47 | 53 | public void questionarioSalvar(String emailDestinoOrgao, UploadedFile file, String noOrgao) { | ... | ... |