0

In react when data is fetched from an endpoint , the endpoint is visible in chrome's devtools under network tab . How can I just hide it ? Does server side rendering solve this issue ?

Mehdi Faraji
  • 2,574
  • 8
  • 28
  • 76

1 Answers1

0

It's not possible in react js the only way is to secure api routes with jwt and etc ...

Mehdi Faraji
  • 2,574
  • 8
  • 28
  • 76