mirror of https://github.com/pelias/api.git
Diana Shkolnikov
8 years ago
10 changed files with 95 additions and 21 deletions
@ -1,10 +1,8 @@
|
||||
|
||||
function setup(){ |
||||
return query; |
||||
} |
||||
|
||||
function query( clean ){ |
||||
return clean; |
||||
} |
||||
|
||||
module.exports = setup; |
||||
module.exports = { |
||||
query: query, |
||||
query_type: 'mock' |
||||
}; |
Loading…
Reference in new issue