fix typo (#7394)
This commit is contained in:
parent
7919bfb3de
commit
a237d66213
|
@ -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`;
|
||||||
|
|
Loading…
Reference in New Issue