Browse Source

fixed diff接口切换到hat

pull/342/head
xxq250 3 years ago
parent
commit
3bd4187b0e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/gitea/commit/diff_service.rb

+ 1
- 1
app/services/gitea/commit/diff_service.rb View File

@@ -16,7 +16,7 @@ class Gitea::Commit::DiffService < Gitea::ClientService
end

def call
response = get(url, params)
response = get(url, params, true)
render_result(response)
end



Loading…
Cancel
Save