common/corpus-common-addon/addon/utils/constants.js
author ymh <ymh.work@gmail.com>
Thu, 25 Feb 2016 12:24:30 +0100
changeset 132 d97eda8bc8ec
parent 127 5cd8c3065c38
child 134 c06d08c8a1b8
permissions -rw-r--r--
move viaf-resolver to common module



export const LEXVO_BASE_URL = "http://lexvo.org/id/iso639-3/";
export const VIAF_BASE_URL = "http://viaf.org/viaf/";
export const DEFAULT_STORE_EXP = 3600000;