From a3a9a16593fb0ef69815616c5697367ff925c8cc Mon Sep 17 00:00:00 2001 From: Renard Date: Wed, 25 Sep 2019 23:57:54 -0300 Subject: Nueva API para boards --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index a725b29..8c2ab6c 100644 --- a/src/App.js +++ b/src/App.js @@ -30,7 +30,7 @@ class App extends Component { } componentDidMount() { - fetch("https://bienvenidoainternet.org/cgi/api/boards") + fetch("https://bienvenidoainternet.org/cgi/api/boardsExtra") .then(response => { return response.json(); }) -- cgit v1.2.1-18-gbd029