Correct GitBucket apibase config. (#130)

Refs commit: f249ddf56a
This commit is contained in:
Tomofumi Tanaka 2017-11-15 16:07:00 +09:00 committed by David Russell
parent 463198f6ca
commit 547f1b827d

View File

@ -480,7 +480,7 @@ gitpitch {
name = "GitBucket"
type = "gitbucket"
site = "http://localhost:8080/"
apibase = "http://localhost:8080/api/v4/"
apibase = "http://localhost:8080/api/v3/"
// apitoken = "token your-gitbucket-access-token-here"
apitokenheader = "Authorization"
rawbase = "http://localhost:8080/"