Merge "Fix url for default volume type call to backend"
This commit is contained in:
commit
827a566d34
@ -235,7 +235,7 @@
|
||||
* @returns {Object} The result of the API call
|
||||
*/
|
||||
function getDefaultVolumeType() {
|
||||
return apiService.get('/api/cinder/volumetypes/default')
|
||||
return apiService.get('/api/cinder/volumetypes/default/')
|
||||
.catch(function onError() {
|
||||
toastService.add('error', gettext('Unable to retrieve the default volume type.'));
|
||||
});
|
||||
|
@ -93,7 +93,7 @@
|
||||
{
|
||||
func: 'getDefaultVolumeType',
|
||||
method: 'get',
|
||||
path: '/api/cinder/volumetypes/default',
|
||||
path: '/api/cinder/volumetypes/default/',
|
||||
error: 'Unable to retrieve the default volume type.',
|
||||
testInput: []
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user