Commit ae36ddcd63a7c060e9e3b0609250609a193e0c31

Authored by Notmoo
1 parent 8ce7810e

Ajout code retour succès CalibrationServlet

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/main/java/servlet/CalibrationServlet.java
@@ -45,6 +45,7 @@ public class CalibrationServlet extends HttpServlet{ @@ -45,6 +45,7 @@ public class CalibrationServlet extends HttpServlet{
45 ex.printStackTrace(); 45 ex.printStackTrace();
46 } 46 }
47 } 47 }
  48 + servletResponse.setStatus(200);
48 } 49 }
49 50
50 @Override 51 @Override