Skip to content

Commit

Permalink
prepare for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sundayAdu committed Apr 24, 2024
1 parent f167a11 commit 998daab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public List<DistrictDto> getAll_(@PathParam("since") long since) {
return FacadeProvider.getDistrictFacade().getAllAfter(new Date(since));
}



@POST
@Path("/query")
Expand Down

0 comments on commit 998daab

Please sign in to comment.