Use Axios or fetch to make self REST Api call inside Node?
I set up a few endpoints that do certain things with express. Now ideally I'd like to call them from within the node app to process some data. Is there anyway to self call the apis from within the node instance?
No comments:
Post a Comment