Skip to content

Commit

Permalink
Merge pull request #263 from mean-expert-official/master
Browse files Browse the repository at this point in the history
Fixing issue #260 (dev)
  • Loading branch information
jonathan-casarrubias authored Dec 20, 2016
2 parents d096eed + aa107d3 commit da75e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/angular2/shared/services/core/base.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export abstract class BaseLoopBackApi {
LoopBackConfig.getPath(),
LoopBackConfig.getApiVersion(),
this.model.getModelDefinition().plural,
'exists'
':id/exists'
].join('/'), { id }, undefined, undefined);
}
/**
Expand Down

0 comments on commit da75e19

Please sign in to comment.