Information Security Projects - Stock Price Checker

Tell us what’s happening:

Posible error in fCC example.

When making a request to the exemple API the response is:
{"stockData":{"error":"invalid symbol","likes":2091}}.

However, the output it is excepted to be:
{"stockData":"stock":"GOOG","price":786.90,"likes":1}}.

Thank you.

Your code so far

Is not related.

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:129.0) Gecko/20100101 Firefox/129.0

Challenge Information:

Information Security Projects - Stock Price Checker

Thank you for reported this. I made a PR, that should fix it.