What is an effective way to proxy your backend API? (NextJS)
Currently all my queries go through the client server which calls my backend API. It seems a bit ineffective and not enjoyable to do (code duplication / manual route work)
The goal is for that extra security and external backend API obscurity. (DDOS attacks, etc)
0 Replies