Description
The backend is now accessible to the world. This does make it easier for requests to be made, but this has some serious security implications.
Solution
The backend should only be accessible to the frontend, and not the users/the internet directly.
Description
Solution