Added back a deleted URL character

This commit is contained in:
Magnus Åhall 2024-04-19 18:42:41 +02:00
parent bcce516c66
commit c132f495b4

View File

@ -1099,7 +1099,7 @@ class ScheduleCalendarTab extends Component {
StartDate: info.startStr,
EndDate: info.endStr,
}
_app.current.request('/schedule/lis', req)
_app.current.request('/schedule/list', req)
.then(data => {
const fullcalendarEvents = data.ScheduleEvents.map(sch => {
return {