Commit 356fa6fd by Denys Tito Urbano

[FIXED] Problema con el endpoint de migración psicológica

parent b248f29b
...@@ -615,7 +615,7 @@ public class ExcelApi { ...@@ -615,7 +615,7 @@ public class ExcelApi {
} }
@POST @POST
@Path("polidocencia/registrar") @Path("/polidocencia/registrar")
@Produces("application/json") @Produces("application/json")
@Consumes("application/json") @Consumes("application/json")
public Response registrarEncuestaPsicologica(String json) { public Response registrarEncuestaPsicologica(String json) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment