We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91d174b commit dda2efbCopy full SHA for dda2efb
solar/index.html
@@ -2,7 +2,7 @@
2
<body>
3
<script>
4
(async () => {
5
- const response = await fetch('https://api.github.com/repos/stemcoding/solar/');
+ const response = await fetch('https://api.github.com/repos/stemcoding/stemcoding.github.io/solar/');
6
const data = await response.json();
7
let htmlString = '<ul>';
8
0 commit comments