Update URL of json file to be in the same repo
parent
554f75c5f3
commit
3c1e6fe071
|
@ -101,7 +101,7 @@ function App() {
|
|||
}
|
||||
// setLoading(true);
|
||||
let result = await axios.get(
|
||||
"https://raw.githubusercontent.com/FreeEbookFoundationBot/free-programming-books-json/main/fpb.json"
|
||||
"https://raw.githubusercontent.com/EbookFoundation/free-programming-books-search/main/fpb.json"
|
||||
);
|
||||
setData(result.data);
|
||||
// eslint-disable-next-line
|
||||
|
|
Loading…
Reference in New Issue