@@ -19,7 +19,7 @@ __copyright__ = '(c) 2017 by James Iter.'
blueprint = Blueprint(
- 'config',
+ 'api_config',
__name__,
url_prefix='/api/config'
)
@@ -25,13 +25,13 @@ __copyright__ = '(c) 2017 by James Iter.'
- 'disk',
+ 'api_disk',
url_prefix='/api/disk'
blueprints = Blueprint(
- 'disks',
+ 'api_disks',
url_prefix='/api/disks'
@@ -31,13 +31,13 @@ __copyright__ = '(c) 2017 by James Iter.'
- 'guest',
+ 'api_guest',
url_prefix='/api/guest'
- 'guests',
+ 'api_guests',
url_prefix='/api/guests'
@@ -18,13 +18,13 @@ __copyright__ = '(c) 2017 by James Iter.'
- 'host',
+ 'api_host',
url_prefix='/api/host'
- 'hosts',
+ 'api_hosts',
url_prefix='/api/hosts'
@@ -17,13 +17,13 @@ __copyright__ = '(c) 2017 by James Iter.'
- 'log',
+ 'api_log',
url_prefix='/api/log'
- 'logs',
+ 'api_logs',
url_prefix='/api/logs'
@@ -21,13 +21,13 @@ __copyright__ = '(c) 2017 by James Iter.'
- 'os_init',
+ 'api_os_init',
url_prefix='/api/os_init'
- 'os_inits',
+ 'api_os_inits',
url_prefix='/api/os_inits'
- 'os_init_write',
+ 'api_os_init_write',
url_prefix='/api/os_init_write'
- 'os_init_writes',
+ 'api_os_init_writes',
url_prefix='/api/os_init_writes'
@@ -20,13 +20,13 @@ __copyright__ = '(c) 2017 by James Iter.'
- 'os_template',
+ 'api_os_template',
url_prefix='/api/os_template'
- 'os_templates',
+ 'api_os_templates',
url_prefix='/api/os_templates'