forked from Gitlink/forgeplus
修改create_service的错误
This commit is contained in:
parent
a6e499c892
commit
6436dcff9c
|
@ -17,7 +17,7 @@ class Repositories::CreateService < ApplicationService
|
||||||
if project.project_type == "common"
|
if project.project_type == "common"
|
||||||
hook_params = {
|
hook_params = {
|
||||||
active: true,
|
active: true,
|
||||||
type: "gitea"
|
type: "gitea",
|
||||||
branch_filter: "",
|
branch_filter: "",
|
||||||
config: {
|
config: {
|
||||||
content_type: "application/json",
|
content_type: "application/json",
|
||||||
|
|
Loading…
Reference in New Issue