add gitee
This commit is contained in:
严尚君
2019-06-08 12:45:36 -05:00
committed by Caleb Cartwright
parent 6cdb2a6b98
commit c2c8fb6d7f
+1 -1
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',
}
}