Change to notifyGetList2

This commit is contained in:
M M Arif
2023-10-08 11:25:19 +05:00
parent f52e0101bf
commit b39d71ca09
@@ -102,7 +102,7 @@ public interface CustomApi {
@Headers({"Content-Type:application/json"})
@GET("notifications")
Call<List<NotificationThread>> notifyGetList(
Call<List<NotificationThread>> notifyGetList2(
@retrofit2.http.Query("all") Boolean all,
@retrofit2.http.Query("status-types") List<String> statusTypes,
@retrofit2.http.Query("subject-type") List<String> subjectType,