Skip to content

Commit

Permalink
fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vermaxik committed Jun 1, 2020
1 parent be105ef commit 97c020b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tentacat/starring.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule Tentacat.Users.Starring do
"""
@spec stargazers(Client.t(), binary, binary) :: Tentacat.response()
def stargazers(client, owner, repo) do
get("/repos/#{owner}/#{repo}/stargazers", client)
get("repos/#{owner}/#{repo}/stargazers", client)
end

@doc """
Expand Down

0 comments on commit 97c020b

Please sign in to comment.