From 2dff5db402887bbb184b8a0bfd6aaf812c754137 Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Wed, 2 Jan 2019 15:44:31 +0000 Subject: [PATCH] correct sources URL --- example.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.config.js b/example.config.js index b65421d..9a83349 100644 --- a/example.config.js +++ b/example.config.js @@ -4,7 +4,7 @@ module.exports = { EVENT_EXT: '/api/example/export_events/deeprows', CATEGORY_EXT: '/api/example/export_categories/rows', NARRATIVE_EXT: '/api/example/export_narratives/rows', - SOURCES_EXT: '/api/example/export_sources/ids', + SOURCES_EXT: '/api/example/export_sources/deepids', TAGS_EXT: '/api/example/export_tags/tree', SITES_EXT: '/api/example/export_sites/rows', MAP_ANCHOR: [31.356397, 34.784818],