spee.ch/controllers/showController.js
2017-06-16 19:31:31 -07:00

7 lines
No EOL
192 B
JavaScript

var getAllFreePublicClaims = require("../helpers/functions/getAllFreePublicClaims.js");
module.exports = {
getAllClaims: function(claimName){
return getAllFreePublicClaims(claimName);
}
}