Github user sagar15795 commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/72#discussion_r180370190
--- Diff:
app/src/main/java/org/apache/taverna/mobile/data/remote/TavernaService.java ---
@@ -40,7 +40,7 @@
public interface TavernaService {
- @GET(APIEndPoint.ALL_ANNOUNCEMENT)
+ @GET(APIEndPoint.ALL_ANNOUNCEMENT + "?order=reverse")
--- End diff --
@Hiteshgautam01 You can also check in workflow's details and workflow's
API query for refrence.---
