diff options
| -rw-r--r-- | services/github.json | 2 | ||||
| -rw-r--r-- | services/github/user.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/services/github.json b/services/github.json index e480639..f694151 100644 --- a/services/github.json +++ b/services/github.json @@ -156,7 +156,7 @@ "format", "user" ], - "path" : "/:format/user/watched/:user", + "path" : "/:format/repos/watched/:user", "method" : "GET" }, "user_followers" : { diff --git a/services/github/user.json b/services/github/user.json index 5b35765..1348286 100644 --- a/services/github/user.json +++ b/services/github/user.json @@ -90,7 +90,7 @@ "format", "user" ], - "path" : "/:format/user/watched/:user", + "path" : "/:format/repos/watched/:user", "method" : "GET" }, "user_followers" : { |
