We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2800642 commit fe2dccfCopy full SHA for fe2dccf
apps/rpg-creature-search-app/public/script.js
@@ -18,7 +18,7 @@ const getCreature = async () => {
18
try {
19
const creatureNameOrId = searchInput.value.toLowerCase();
20
const response = await fetch(
21
- `https://rpg-creatures-api.freecodecamp.rocks/api/creature/${creatureNameOrId}`
+ `https://rpg-creature-api.freecodecamp.rocks/api/creature/${creatureNameOrId}`
22
);
23
const data = await response.json();
24
0 commit comments