更改:删除接口走gitea_hat

This commit is contained in:
yystopf 2024-07-22 17:13:39 +08:00
parent 8725e9ef8c
commit 6ba2d39e9b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Gitea::Repository::DeleteService < Gitea::ClientService
end
def call
delete(url, params)
delete(url, params, true)
end
private