Update url to play image for sermon in share.js

Transactions
= 2017-09-13 22:04:31 -06:00
parent 72c2597372
commit 13c50fb6ef
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ var dbEvents = require('../../database/events');
const calendarImageUrl = '/api2/cim/';
const eventUrl = '/api2/share/e';
const sermonImageUrl = '/assets/images/facebookplay.png';
const sermonUrl = '/sermons/s';
const sermonUrl = '/api2/share/s';
router.get("/:shareCode",function(req,res){