This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Gitlink
/
forgeplus
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
16
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix
pull/313/head
yystopf
4 years ago
parent
0076468a15
commit
720c073f32
1 changed files
with
1 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-4
app/services/trace/client_service.rb
+ 1
- 4
app/services/trace/client_service.rb
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
Write
Preview
Loading…
Cancel
Save