mirror of https://github.com/pelias/api.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
404 B
12 lines
404 B
7 years ago
|
module.exports = {
|
||
|
coarse_reverse: require('./coarse_reverse'),
|
||
|
mdToHTML: require('./markdownToHtml'),
|
||
|
libpostal: require('./libpostal'),
|
||
|
place: require('./place'),
|
||
|
placeholder: require('./placeholder'),
|
||
|
search: require('./search'),
|
||
|
search_with_ids: require('./search_with_ids'),
|
||
|
search_with_appending_results: require('./search_with_appending_results'),
|
||
|
status: require('./status')
|
||
|
};
|