Hi ! I'm new to Construct. I'am a Web develloper and I want to fetch some data from an API.
I created a simple node.js API connect with a Firebase realtime database.
I use Heroku to store my code (simple and free) and you can check my result here : https://construct-test.herokuapp.com/
But for now I can't get this data. I tried with a fake API (https://jsonplaceholder.typicode.com/posts/6) and it's work.. But not with mine.
I work with postman and I get my data with my link.
If you have any idea.. I take it ! Thank you all
Here is my Construct work :
And here my Node.js API :