fix ics and rss export with filters

This commit is contained in:
lesion
2019-02-26 12:37:51 +01:00
parent f40184a5a3
commit e5f2e2eeda
11 changed files with 108 additions and 43 deletions

View File

@@ -4,6 +4,7 @@ const beConf = require('../config/config.' + env + '.json')
const conf = {
// environment
title: beConf.title,
description: beConf.description,
// base url
baseurl: beConf.baseurl,