diff --git a/Server/src/routes/api/events.js b/Server/src/routes/api/events.js index 5d46fac..b66ace9 100644 --- a/Server/src/routes/api/events.js +++ b/Server/src/routes/api/events.js @@ -51,7 +51,7 @@ router.get("/page/:page",function(req,res){ events.push({ title: 'Sunday School ' + offset, startDate: sundaySchool, - endDate: sundaySchoolEnd, + endDate: sundayMorning, description: 'Sunday School Service' }); events.push({