Skip to content

Commit

Permalink
Merge pull request #261 from viki53/patch-2
Browse files Browse the repository at this point in the history
Fixing issue #260
  • Loading branch information
jonathan-casarrubias authored Dec 20, 2016
2 parents e167da8 + 3e1e774 commit aa107d3
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 aa107d3

Please sign in to comment.