ADD protected branch Features

This commit is contained in:
Jasder
2020-12-03 15:24:40 +08:00
parent a24f0f8b45
commit 6a8ae5234b
40 changed files with 1252 additions and 11 deletions

View File

@@ -24,7 +24,8 @@ class Gitea::Hooks::CreateService < Gitea::ClientService
end
def call
post(url, params)
response = post(url, params)
render_201_response(response)
end
private