Browse Source

Merge branch 'dev_trustie' into dev_devops

tags/v1.0.0
Jasder 5 years ago
parent
commit
e2daffc826
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/gitea/client_service.rb

+ 1
- 1
app/services/gitea/client_service.rb View File

@@ -22,7 +22,7 @@ class Gitea::ClientService < ApplicationService
puts "[gitea] request params: #{params}"
auth_token = authen_params(params[:token])
response = conn(auth_token).post do |req|
req.url "#{request_url}"
req.url full_url(url)
req.body = params[:data].to_json
end
render_status(response)


Loading…
Cancel
Save