Merge branch 'develop' into standalone_develop

This commit is contained in:
2022-04-11 15:48:54 +08:00

View File

@@ -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