i have a Flask microservice with a port 4999 (api gateway)
and i have another Flask microservice with a port 5000
and i have a angular app
when i make a request from my angular app it send to 4999 and i get the data correctly with print()
but the probleme is whene i send the request from 4999 tp 5000 i always recive a empty data
4999 code :
4999 api code
4999 api code part 2
5000 code :
5000 api code