Added back a deleted URL character
This commit is contained in:
parent
bcce516c66
commit
c132f495b4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue