Skip to content

Commit

Permalink
chore: remove dead proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
AXeL-dev committed Jun 12, 2022
1 parent a895f6a commit 8276adc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/helpers/proxy.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ export const CORSProxies: Proxy[] = [
name: 'cors-anywhere',
url: 'https://cors-anywhere.herokuapp.com/',
},
{
name: 'JSONProxy',
url: 'https://jsonp.afeld.me/?url=',
},
// {
// name: 'JSONProxy',
// url: 'https://jsonp.afeld.me/?url=',
// },
{
name: 'thingproxy',
url: 'https://thingproxy.freeboard.io/fetch/',
Expand Down

0 comments on commit 8276adc

Please sign in to comment.