Skip to content

Commit 103f9ab

Browse files
committed
fix: update CORS proxy URL for Go code compilation
1 parent 2985d65 commit 103f9ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/book.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function playground_text(playground, hidden = true) {
121121
formData.append('body', text);
122122
formData.append('withVet', 'true');
123123

124-
fetch_with_timeout('https://test.cors.workers.dev/?https://go.dev/_/compile?backend=', {
124+
fetch_with_timeout('https://proxy-cors.rustlanges.workers.dev/?https://go.dev/_/compile?backend=', {
125125
method: "POST",
126126
headers: {
127127
"Content-Type": "application/x-www-form-urlencoded",

0 commit comments

Comments
 (0)