Skip to content

Commit

Permalink
URL name fix.
Browse files Browse the repository at this point in the history
Copy paste error fixed.
  • Loading branch information
zapov committed Nov 12, 2014
1 parent c343f6d commit 5c2c4ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public interface IDomainCommands
Stream ExistsWithGenericSpecificationQuery(string domainObject);

[OperationContract]
[WebInvoke(Method = "PUT", UriTemplate = "/count-expression/{domainObject}")]
[WebInvoke(Method = "PUT", UriTemplate = "/exists-expression/{domainObject}")]
[Description("Check if domain object exists using expression")]
Stream ExistsWithExpression(string domainObject, Stream body);

Expand Down

0 comments on commit 5c2c4ff

Please sign in to comment.