vidakovic commented on code in PR #5337:
URL: https://github.com/apache/fineract/pull/5337#discussion_r2762249680
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/note/api/NotesApiResource.java:
##########
@@ -54,7 +54,7 @@
import org.apache.fineract.portfolio.note.service.NoteReadPlatformService;
import org.springframework.stereotype.Component;
-@Path("/v1/{resourceType}/{resourceId}/notes")
+@Path("/v1/{resourceType:.+}/{resourceId}/notes")
@Component
Review Comment:
Please wait with your changes here until this PR #5430 is merged!
##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/note/api/NotesApiResource.java:
##########
@@ -54,7 +54,7 @@
import org.apache.fineract.portfolio.note.service.NoteReadPlatformService;
import org.springframework.stereotype.Component;
-@Path("/v1/{resourceType}/{resourceId}/notes")
+@Path("/v1/{resourceType:.+}/{resourceId}/notes")
Review Comment:
Why... the regex?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]