Skip to content

Commit 6a635bd

Browse files
authored
1 parent a60683d commit 6a635bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

htmlpreview.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989

9090
var fetchProxy = function (url, options, i) {
9191
var proxy = [
92-
'https://cors-anywhere.herokuapp.com/',
9392
'https://api.codetabs.com/v1/proxy/?quest='
9493
];
9594
return fetch(proxy[i] + url, options).then(function (res) {

0 commit comments

Comments
 (0)