There was an error while loading. Please reload this page.
1 parent e417697 commit 1905532Copy full SHA for 1905532
docs/_media/example.js
@@ -3,7 +3,7 @@ import fetch from 'fetch';
3
const URL = 'https://example.com';
4
const PORT = 8080;
5
6
-// / [demo]
+/// [demo]
7
const result = fetch(`${URL}:${PORT}`)
8
.then(response => {
9
return response.json();
0 commit comments