Skip to content

Commit

Permalink
For consistency with other controllers, don't limit to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Jul 11, 2024
1 parent 1e153da commit 066a948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class InpatientRequestController {
@Autowired
private AdtService adtService;

@RequestMapping(method = RequestMethod.GET, value = "/rest/v1/emrapi/inpatient/request")
@RequestMapping(method = RequestMethod.GET, value = "/rest/**/emrapi/inpatient/request")
@ResponseBody
public SimpleObject getInpatientRequests(
HttpServletRequest request,
Expand Down

0 comments on commit 066a948

Please sign in to comment.