rename 'routes' in blueprints to 'resources'

routes was a confusing semantics that was not in order with the rest of the architecture
This commit is contained in:
Lachlan Kermode
2018-12-07 12:32:32 +00:00
parent 565a36083f
commit 8a5bce0842
10 changed files with 45 additions and 39 deletions

View File

@@ -25,7 +25,6 @@ class Controller {
return this.fetchers[sheet].update()
})
).then(results => {
console.log(results)
if (results.every(r => r)) {
return copy.success.update
} else {