We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e774030 commit 6aed8dcCopy full SHA for 6aed8dc
ng_sandbox/index.html
@@ -39,7 +39,7 @@ <h1 id="title">Loading...</h1>
39
</div>
40
41
<script>
42
- fetch('https://johnstack.github.com/ng_sandbox/collection.json')
+ fetch('https://johnstack.github.io/JavaScript-Sandpit/ng_sandbox/collection.json')
43
.then(response => response.json())
44
.then(data => {
45
if (!Array.isArray(data) || data.length === 0) {
0 commit comments