Browse Source

Merge branch 'pre_trustie_server' into trustie_server

pull/327/head
xxq250 3 years ago
parent
commit
39cd626922
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/jobs/issue_webhook_job.rb

+ 2
- 2
app/jobs/issue_webhook_job.rb View File

@@ -14,7 +14,7 @@ class IssueWebhookJob < ApplicationJob
"action": "opened",
"number": 1,
"issue": {
"id": 888,
"id": issue.id,
"url": "#{domain}/api/v1/#{project.owner.login}/#{project.identifier}/issues/#{issue.id}",
"html_url": "#{domain}/#{project.owner.login}/#{project.identifier}/issues/#{issue.id}",
"number": 1,
@@ -160,7 +160,7 @@ class IssueWebhookJob < ApplicationJob
"username": "#{user.login}"
}
}
# puts "event_json:#{event_json.to_json}"
begin
url = URI("http://117.50.185.50:80")
http = Net::HTTP.new(url.host, url.port)


Loading…
Cancel
Save