Skip to content

Commit

Permalink
Signed-off-by: Chinthaka Prasad Wijerathna <118891516+ChinthakaPrasad…
Browse files Browse the repository at this point in the history
…@users.noreply.github.com>
  • Loading branch information
ChinthakaPrasad committed Feb 14, 2025
1 parent e290c6a commit c0df20f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/divudi/ws/common/ApplicationConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ private void addRestResourceClasses(Set<Class<?>> resources) {
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);
resources.add(com.divudi.ws.lims.MiddlewareController.class);
}

Expand Down

0 comments on commit c0df20f

Please sign in to comment.