refmt source URL and reducers

to use ES6 spread syntax
This commit is contained in:
Lachlan Kermode
2018-12-04 18:01:32 +00:00
parent d80e39c698
commit be4eca8352
4 changed files with 58 additions and 33 deletions

View File

@@ -3,8 +3,8 @@ module.exports = {
SERVER_ROOT: 'http://localhost:4040',
EVENT_EXT: '/api/example/export_events/rows',
CATEGORY_EXT: '/api/example/export_categories/rows',
EVENT_DESC_ROOT: '/api/example/export_events/ids',
TAG_TREE_EXT: '/api/example/export_tags/tree',
SOURCES_EXT: '/api/example/export_events/ids',
TAGS_EXT: '/api/example/export_tags/tree',
SITES_EXT: '/api/example/export_sites/rows',
MAP_ANCHOR: [31.356397, 34.784818],
INCOMING_DATETIME_FORMAT: '%m/%d/%YT%H:%M',