Update url to play image for sermon in share.js
parent
72c2597372
commit
13c50fb6ef
|
|
@ -7,7 +7,7 @@ var dbEvents = require('../../database/events');
|
||||||
const calendarImageUrl = '/api2/cim/';
|
const calendarImageUrl = '/api2/cim/';
|
||||||
const eventUrl = '/api2/share/e';
|
const eventUrl = '/api2/share/e';
|
||||||
const sermonImageUrl = '/assets/images/facebookplay.png';
|
const sermonImageUrl = '/assets/images/facebookplay.png';
|
||||||
const sermonUrl = '/sermons/s';
|
const sermonUrl = '/api2/share/s';
|
||||||
|
|
||||||
|
|
||||||
router.get("/:shareCode",function(req,res){
|
router.get("/:shareCode",function(req,res){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue