This commit is contained in:
Matthew Irish 2019-09-03 14:15:57 -05:00 committed by GitHub
parent 7919bfb3de
commit a237d66213
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ let Model = DS.Model.extend({
}); });
export default attachCapabilities(Model, { export default attachCapabilities(Model, {
deltePath: apiPath`sys/auth/${'id'}`, deletePath: apiPath`sys/auth/${'id'}`,
configPath: function(context) { configPath: function(context) {
if (context.type === 'aws') { if (context.type === 'aws') {
return apiPath`auth/${'id'}/config/client`; return apiPath`auth/${'id'}/config/client`;