Old edits never pushed

This commit is contained in:
Kenneth Jannette
2023-05-20 18:21:37 -05:00
parent c728db6923
commit d208189515
8 changed files with 323 additions and 142 deletions

View File

@@ -1,5 +1,5 @@
import SEARCH_API from "../secrets";
const api = SEARCH_API;
const api = "https://reactnd-books-api.udacity.com";
// Generate a unique token
let token = localStorage.token;