fix(git-gateway): correct proxied
value for proxied backends (#1540)
This commit is contained in:
parent
7424540b0d
commit
f7dba877af
@ -35,7 +35,7 @@ function getEndpoint(endpoint, netlifySiteURL) {
|
||||
export default class GitGateway {
|
||||
constructor(config, options = {}) {
|
||||
this.options = {
|
||||
proxied: false,
|
||||
proxied: true,
|
||||
API: null,
|
||||
...options,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user