There was an error while loading. Please reload this page.
1 parent 3fea520 commit 2bcbbfcCopy full SHA for 2bcbbfc
1 file changed
7-network/04-fetch-crossorigin/article.md
@@ -71,7 +71,7 @@ function gotWeather({ temperature, humidity }) {
71
72
// 2. Pass its name as the ?callback parameter for the script
73
let script = document.createElement('script');
74
-script.src = `http://cors.javascript.local/article/fetch-crossorigin/demo/script?callback=gotWeather`;
+script.src = `https://cors.javascript.info/article/fetch-crossorigin/demo/script?callback=gotWeather`;
75
document.body.append(script);
76
77
// 3. The expected answer from the server looks like this:
0 commit comments