ipfs: remove unused alias
fix analysis job
This commit is contained in:
parent
98f268e5ec
commit
254f2ea854
2 changed files with 2 additions and 3 deletions
|
|
@ -16,11 +16,11 @@ defmodule Pleroma.Uploaders.IPFS do
|
|||
Path.join([post_base_url, method])
|
||||
end
|
||||
|
||||
def put_file_endpoint() do
|
||||
def put_file_endpoint do
|
||||
get_final_url("/api/v0/add")
|
||||
end
|
||||
|
||||
def delete_file_endpoint() do
|
||||
def delete_file_endpoint do
|
||||
get_final_url("/api/v0/files/rm")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue