Skip to content

Commit

Permalink
entrega final
Browse files Browse the repository at this point in the history
  • Loading branch information
rubgonama committed May 20, 2024
1 parent 366f451 commit cee92cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/routes/forbes-billionaires-list/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
try{
const response = await fetch(`${API}?${params}`,{
methos: "GET"
method: "GET"
});
const data = await response.json();
Expand Down

0 comments on commit cee92cd

Please sign in to comment.