daviestobialex commented on code in PR #2496:
URL: https://github.com/apache/fineract/pull/2496#discussion_r951451059


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/hooks/processor/WebHookService.java:
##########
@@ -38,22 +38,22 @@ public interface WebHookService {
     String API_KEY_HEADER = "X-Fineract-API-Key";
 
     // Ping
-    @GET("/")
+    @GET(".")

Review Comment:
   @vidakovic it is for the ping request to actually work the `.` has to be 
there. although I do not see where that `sendEmptyRequest` is being referenced.



-- 
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]

Reply via email to