Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Merge branch 'Develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewYork committed May 10, 2014
2 parents cf133f1 + 288e3b7 commit 6d3c82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project2/WebServices/Controllers/API/StoryController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public List<DtoStory> byCategory(Guid token, Guid categoryId)
}

[HttpGet]
public List<DtoStory> byAuthor(Guid token, string authorId)
public List<DtoStory> byAuthor(Guid token, Guid authorId)
{
if (AccountController.isValidReader(token.ToString()) || AccountController.isValidWriter(token.ToString()))
{
Expand Down

0 comments on commit 6d3c82b

Please sign in to comment.