fix(git-gateway): correct proxied value for proxied backends (#1540)

This commit is contained in:
Tony Alves 2018-07-28 13:41:45 -07:00 committed by Shawn Erquhart
parent 7424540b0d
commit f7dba877af

View File

@ -35,7 +35,7 @@ function getEndpoint(endpoint, netlifySiteURL) {
export default class GitGateway {
constructor(config, options = {}) {
this.options = {
proxied: false,
proxied: true,
API: null,
...options,
};