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