add gitee
This commit is contained in:
严尚君
2019-06-09 01:45:36 +08:00
committed by Caleb Cartwright
parent 6cdb2a6b98
commit c2c8fb6d7f

View File

@@ -19,7 +19,7 @@ module.exports = class JitPackVersion extends BaseJsonService {
static get route() {
return {
base: 'jitpack/v',
pattern: ':vcs(github|bitbucket|gitlab)/:user/:repo',
pattern: ':vcs(github|bitbucket|gitlab|gitee)/:user/:repo',
}
}