https://github.com/INGENIOUS-LY/Project_Catwalk/blob/844804d3b95f4d644c5c1f8b81769e2686dada7c/client/src/components/Reviews/APIcalls.jsx#L2 In order to avoid having your API_KEY in the frontend, instead move these api calls to your server and have axios call your server from the frontend.
Project_Catwalk/client/src/components/Reviews/APIcalls.jsx
Line 2 in 844804d
In order to avoid having your API_KEY in the frontend, instead move these api calls to your server and have axios call your server from the frontend.