moved request logs to middleware and reorganized front end js
This commit is contained in:
parent
ec72307d16
commit
eda480b81a
18 changed files with 283 additions and 245 deletions
controllers
|
@ -195,4 +195,7 @@ module.exports = {
|
|||
});
|
||||
return deferred;
|
||||
},
|
||||
getAllClaims (claimName) {
|
||||
return getAllFreePublicClaims(claimName);
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue