You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2019/04/30 08:25:06 UTC

[fineract-cn-group] 32/40: modified endpoint for updateGroupDefinition

This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-group.git

commit c96cd337b8de383effceb2e134c08a1742ba11fc
Author: kengneruphine <ru...@gmail.com>
AuthorDate: Wed Aug 8 16:20:01 2018 +0100

    modified endpoint for updateGroupDefinition
---
 .../apache/fineract/cn/group/rest/GroupDefinitionRestController.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java b/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java
index d878938..5e6b92b 100644
--- a/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java
+++ b/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java
@@ -114,7 +114,7 @@ public class GroupDefinitionRestController {
 
   @Permittable(value = AcceptedTokenType.TENANT, groupId = PermittableGroupIds.DEFINITION)
   @RequestMapping(
-          value = "/definitions/{identifier}",
+          value = "/{identifier}",
           method = RequestMethod.PUT,
           produces = MediaType.APPLICATION_JSON_VALUE,
           consumes = MediaType.APPLICATION_JSON_VALUE