mirror of
https://github.com/bellingcat/datasheet-server.git
synced 2026-06-11 12:58:32 +03:00
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:
@@ -5,7 +5,7 @@ export const defaultBlueprint = {
|
||||
name: null,
|
||||
id: null,
|
||||
dialects: ['rest'], // supported dialects, can (eventually) be multiple
|
||||
routes: {}
|
||||
resources: {}
|
||||
}
|
||||
|
||||
export const defaultRoute = {
|
||||
|
||||
Reference in New Issue
Block a user