Random Api name with totalusers getting called in my next.js 13 project

13 views Asked by At

I have a project in next.js 13 and somehow a GET API is getting called from This Link. Does anyone know about this?

whenever i am refreshing my page this GET api is getting called for no reason.

Also the api Preview shows this.. message : "Users count" swiggyUsers : "53186" zomatoUsers : "57287"

and response is {"message":"Users count","swiggyUsers":"53186","zomatoUsers":"57287"}

0

There are 0 answers