mirror of https://github.com/pelias/api.git
Peter Johnson
9 years ago
5 changed files with 5 additions and 5 deletions
@ -1,5 +1,5 @@ |
|||||||
|
|
||||||
var schemas = require('./outputSchema.json'); |
var schemas = require('./labelSchema.json'); |
||||||
|
|
||||||
module.exports = function( record ){ |
module.exports = function( record ){ |
||||||
|
|
@ -1,5 +1,5 @@ |
|||||||
|
|
||||||
var schemas = require('../../../helper/outputSchema.json'); |
var schemas = require('../../../helper/labelSchema.json'); |
||||||
var alpha3 = require('../mock/alpha3.json'); |
var alpha3 = require('../mock/alpha3.json'); |
||||||
|
|
||||||
module.exports.tests = {}; |
module.exports.tests = {}; |
Loading…
Reference in new issue