Skip to content

Commit

Permalink
Signed-off-by: Lawan Samarasekara <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
DARKDRAGON-LK committed Aug 4, 2024
1 parent 558814f commit d45b3fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/divudi/ws/common/ApplicationConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ private void addRestResourceClasses(Set<Class<?>> resources) {
resources.add(com.divudi.ws.finance.Qb.class);
resources.add(com.divudi.ws.finance.clinical.Fhir.class);
resources.add(com.divudi.ws.inward.ApiInward.class);
resources.add(com.divudi.ws.lims.Lims.class);
resources.add(com.divudi.ws.lims.LimsMiddlewareController.class);
}

Expand Down

0 comments on commit d45b3fd

Please sign in to comment.