fixed diff接口切换到hat

This commit is contained in:
2023-07-11 17:00:57 +08:00
parent 46456d956a
commit 3bd4187b0e

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