This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit c586f6ff0db529e7eeef59a90000bb950e6c711c Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Sep 11 08:23:14 2015 +0200 Ajout aussi de la méthode DELETE sur le mapping --- observe-application-web/src/main/resources/mapping | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/observe-application-web/src/main/resources/mapping b/observe-application-web/src/main/resources/mapping index 0c5cfe8..755ead5 100644 --- a/observe-application-web/src/main/resources/mapping +++ b/observe-application-web/src/main/resources/mapping @@ -45,9 +45,9 @@ default.render=fr.ird.observe.application.web.ObserveWebMotionRender [actions] GET /admin/configuration/{method} ConfigurationController.{method} -GET,POST /api/v1/{service}/{method} {service}Controller.{method} -GET,POST /api/v1/{package}/{service}/{method} {package}.{service}Controller.{method} -GET,POST /api/v1/{package1}/{package2}/{service}/{method} {package1}.{package2}.{service}Controller.{method} +GET,POST,DELETE /api/v1/{service}/{method} {service}Controller.{method} +GET,POST,DELETE /api/v1/{package}/{service}/{method} {package}.{service}Controller.{method} +GET,POST,DELETE /api/v1/{package1}/{package2}/{service}/{method} {package1}.{package2}.{service}Controller.{method} -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.