We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2985d65 commit 103f9abCopy full SHA for 103f9ab
theme/book.js
@@ -121,7 +121,7 @@ function playground_text(playground, hidden = true) {
121
formData.append('body', text);
122
formData.append('withVet', 'true');
123
124
- fetch_with_timeout('https://test.cors.workers.dev/?https://go.dev/_/compile?backend=', {
+ fetch_with_timeout('https://proxy-cors.rustlanges.workers.dev/?https://go.dev/_/compile?backend=', {
125
method: "POST",
126
headers: {
127
"Content-Type": "application/x-www-form-urlencoded",
0 commit comments