mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
Chnage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user