Chnage
This commit is contained in:
parent
0a321fd73e
commit
3a0ec56564
|
@ -12,7 +12,7 @@ class SyncProjectMilitaryJob < ApplicationJob
|
|||
repository: repository.as_json,
|
||||
project_socre: project_socre.as_json
|
||||
}
|
||||
url = "http://47.93.212.82:49999/sync_forges" #trustie上的相关路由
|
||||
url = "http://47.93.212.82:49999/sync_forge/sync_projects" #trustie上的相关路由
|
||||
uri = URI.parse(url)
|
||||
http = Net::HTTP.new(uri.hostname, uri.port)
|
||||
http.use_ssl = false
|
||||
|
|
Loading…
Reference in New Issue