Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
leppert committed Mar 24, 2023
1 parent e6b8966 commit 6106b34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions intercepters/ScoopProxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ export class ScoopProxy extends ScoopIntercepter {
*/
get contextOptions () {
return {
proxy: { server: `http:${this.options.proxyHost}:${this.options.proxyPort}` },
// proxy: { server: `http://127.0.0.1:1337` },
proxy: { server: `http://${this.options.proxyHost}:${this.options.proxyPort}` },
ignoreHTTPSErrors: true
}
}
Expand Down

0 comments on commit 6106b34

Please sign in to comment.