openmrs / openmrs-esm-stock-management

Other
5 stars 41 forks source link

(refactor)Replace usages of /ws/rest/v1 with restBaseUrl #123

Closed jwnasambu closed 7 months ago

jwnasambu commented 7 months ago

Requirements

For changes to apps

If applicable

Summary

Change all instances of the hard-coded API base URL '/ws/rest/v1/' to use the restBaseUrl variable instead. To enhances maintainability and flexibility of the API base URL configuration.

Screenshots

N/A

Related Issue

https://openmrs.atlassian.net/browse/O3-2815

Other