e3a5a3c4eb
Added timezone selector to campaign scheduling Fixed problems with pausing campaign.
9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
'use strict';
|
|
|
|
const config = require('../lib/config');
|
|
const web = require('../lib/web');
|
|
|
|
module.exports = web({
|
|
baseUrl: config.baseTrustedUrl,
|
|
url: '/'
|
|
});
|