新增:新版gitea路由请求地址

This commit is contained in:
2023-01-16 18:05:27 +08:00
parent 9c5d1e2900
commit 8e9c2232b0
33 changed files with 88 additions and 47 deletions

View File

@@ -18,7 +18,7 @@ class Gitea::Versions::CreateService < Gitea::ClientService
end
def call
response = post(url, request_params)
response = post(url, request_params, true)
render_status(response)
end