Skip to content

Commit

Permalink
Bindu | Change note resource to notes
Browse files Browse the repository at this point in the history
  • Loading branch information
binduak committed Jul 24, 2023
1 parent 1c61ac7 commit ee8de9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/ot/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Bahmni.OT.Constants = (function () {
weekDays: {"Monday": 1, "Tuesday": 2, "Wednesday": 3, "Thursday": 4, "Friday": 5, "Saturday": 6, "Sunday": 7 },
defaultWeekStartDayName: 'Sunday',
providerSurgicalAttributeFormat: 'org.openmrs.Provider',
notesUrl: RESTWS_V1 + '/note'
notesUrl: RESTWS_V1 + '/notes'
};
})();

0 comments on commit ee8de9f

Please sign in to comment.