fixed diff接口切换到hat

This commit is contained in:
xxq250 2023-07-11 17:00:57 +08:00
parent 46456d956a
commit 3bd4187b0e
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class Gitea::Commit::DiffService < Gitea::ClientService
end end
def call def call
response = get(url, params) response = get(url, params, true)
render_result(response) render_result(response)
end end