mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 19:55:56 +08:00
fix
This commit is contained in:
@@ -70,11 +70,8 @@ class Trace::ClientService < ApplicationService
|
|||||||
conn.put(full_url(url), params[:data])
|
conn.put(full_url(url), params[:data])
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
|
||||||
def conn
|
def conn
|
||||||
@client ||= Faraday.new(url: domain)
|
Faraday.new(url: domain)
|
||||||
|
|
||||||
@client
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def base_url
|
def base_url
|
||||||
|
|||||||
Reference in New Issue
Block a user