This is an automated email from the git hooks/post-receive script. New commit to branch feature/spgeed in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit bdc1fe7308a271c0f2d0fe055ad8447373339481 Author: Killian <killian.herbreteau@epitech.eu> Date: Fri Oct 25 11:57:32 2019 +0200 removing old @Path --- .../org/chorem/pollen/rest/api/v1/TransverseApi.java | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/TransverseApi.java b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/TransverseApi.java index 64fa6be0..1d267338 100644 --- a/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/TransverseApi.java +++ b/pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/v1/TransverseApi.java @@ -57,21 +57,4 @@ public class TransverseApi { return transverseService.getStatus(); } - - @Path("/spgeed") - @GET - public PollenUserBean getSpgeed(@Context TransverseService transverseService) { - - return transverseService.getSpgeed(); - - } - - @Path("/email") - @GET - public PollenUserEmailAddressBean getEmail(@Context TransverseService transverseService) { - - return transverseService.getEmail(); - } - - } -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.