Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a49959

Browse files
committed
Update randomQuotes.js
1 parent b26ed09 commit 4a49959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/randomQuotes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
function loadJSONData(){
2-
var JDFrom = "https://jsonplaceholder.typicode.com/todos/1";
2+
var JDFrom = "https://geek-jokes.sameerkumar.website/api";
33
var httpReq = new XMLHttpRequest();
44
try{
55
httpReq = new XMLHttpRequest();

0 commit comments

Comments
 (0)