Skip to content

Commit 2bcbbfc

Browse files
committed
up
1 parent 3fea520 commit 2bcbbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

7-network/04-fetch-crossorigin/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function gotWeather({ temperature, humidity }) {
7171

7272
// 2. Pass its name as the ?callback parameter for the script
7373
let script = document.createElement('script');
74-
script.src = `http://cors.javascript.local/article/fetch-crossorigin/demo/script?callback=gotWeather`;
74+
script.src = `https://cors.javascript.info/article/fetch-crossorigin/demo/script?callback=gotWeather`;
7575
document.body.append(script);
7676

7777
// 3. The expected answer from the server looks like this:

0 commit comments

Comments
 (0)