amend sources route in example config

This commit is contained in:
Lachlan Kermode
2018-12-18 12:25:49 +00:00
parent 1e77f135b1
commit 6ef45197df

View File

@@ -4,7 +4,7 @@ module.exports = {
EVENT_EXT: '/api/example/export_events/rows',
CATEGORY_EXT: '/api/example/export_categories/rows',
SOURCES_EXT: '/api/example/export_events/ids',
NARRATIVE_EXT: '/api/example/export_narratives/rows',
NARRATIVE_EXT: '/api/example/export_narratives/ids',
TAGS_EXT: '/api/example/export_tags/tree',
SITES_EXT: '/api/example/export_sites/rows',
MAP_ANCHOR: [31.356397, 34.784818],