Skip to content

Commit 97409c1

Browse files
committed
.
1 parent 40376f9 commit 97409c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/api/apiRequest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
</body>
1111
<script>
12-
const requestURl = 'https://api.github.com/users/';
12+
const requestURl = 'https://api.github.com/users/shreyd04';
1313
//it's a class so we habve to make it's object first
1414
const xhr = new XMLHttpRequest();
1515
xhr.open('GET' , requestURl); //but it doesn't continuously track the state

0 commit comments

Comments
 (0)