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

@@ -5,7 +5,7 @@ export const defaultBlueprint = {
name: null,
id: null,
dialects: ['rest'], // supported dialects, can (eventually) be multiple
routes: {}
resources: {}
}
export const defaultRoute = {