From 6ef45197dffade3126e21e62949d910d07bf7c4d Mon Sep 17 00:00:00 2001 From: Lachlan Kermode Date: Tue, 18 Dec 2018 12:25:49 +0000 Subject: [PATCH] amend sources route in example config --- example.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.config.js b/example.config.js index 30c12c2..2fb9346 100644 --- a/example.config.js +++ b/example.config.js @@ -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],