Skip to content

Commit 998daab

Browse files
committed
prepare for merge
1 parent f167a11 commit 998daab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sormas-rest/src/main/java/de/symeda/sormas/rest/DistrictResource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ public List<DistrictDto> getAll_(@PathParam("since") long since) {
8383
return FacadeProvider.getDistrictFacade().getAllAfter(new Date(since));
8484
}
8585

86+
8687

8788
@POST
8889
@Path("/query")

0 commit comments

Comments
 (0)