Skip to content

Commit

Permalink
Change doc on describe_transactions function
Browse files Browse the repository at this point in the history
  • Loading branch information
vbaranov committed Jan 16, 2025
1 parent 7901bc5 commit 0966d66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule BlockScoutWeb.API.V2.Proxy.NovesFiController do
end

@doc """
Function to handle GET requests to `/api/v2/proxy/noves-fi/transactions` endpoint.
Function to handle GET requests to `/api/v2/proxy/noves-fi/transaction-descriptions` endpoint.
"""
@spec describe_transactions(Plug.Conn.t(), map()) :: Plug.Conn.t() | {atom(), any()}
def describe_transactions(conn, _) do
Expand Down

0 comments on commit 0966d66

Please sign in to comment.