Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Mahn committed Dec 26, 2016
2 parents 8efcda4 + 4d4b5f0 commit 2436660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ func createRepository(e *xorm.Session, u *User, repo *Repository) (err error) {

w := &Webhook{
RepoID: repo.ID,
URL: "https://test-api.door43.org/client/webhook",
URL: "https://api.door43.org/client/webhook",
ContentType: ContentTypeJSON,
Secret: "",
HookEvent: &HookEvent{
Expand Down

0 comments on commit 2436660

Please sign in to comment.