Hi there mkt,
I'm stuck at Weather App challenge and thought if you could give me some hints please?
So I'm running the app on my localhost, without Docker and I understand that I need to use /api/weather somehow and specifically an endpoint
param. So I've tried a few different things like:
"endpoint": "localhost/register?name=haha&rest=",
to try and access the /register page through /api/weather. but I'm not sure how I can make a POST request through the URL..
Any help would be much appreciated.