forked from Mirrors/doipjs
Make gitlab use standard HTTP fetcher
This commit is contained in:
parent
6e265eb693
commit
43cf91add7
1 changed files with 3 additions and 3 deletions
|
@ -37,12 +37,12 @@ const processURI = (uri) => {
|
||||||
proof: {
|
proof: {
|
||||||
uri: uri,
|
uri: uri,
|
||||||
request: {
|
request: {
|
||||||
fetcher: E.Fetcher.GITLAB,
|
fetcher: E.Fetcher.HTTP,
|
||||||
access: E.ProofAccess.GENERIC,
|
access: E.ProofAccess.GENERIC,
|
||||||
format: E.ProofFormat.JSON,
|
format: E.ProofFormat.JSON,
|
||||||
data: {
|
data: {
|
||||||
domain: match[1],
|
url: `https://${match[1]}/api/v4/projects/${match[2]}%2Fgitlab_proof`,
|
||||||
username: match[2]
|
format: E.ProofFormat.JSON
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue