moved request logs to middleware and reorganized front end js

This commit is contained in:
bill bittner 2017-07-06 13:37:03 -07:00
parent ec72307d16
commit eda480b81a
18 changed files with 283 additions and 245 deletions

View file

@ -195,4 +195,7 @@ module.exports = {
});
return deferred;
},
getAllClaims (claimName) {
return getAllFreePublicClaims(claimName);
},
};