I am working with python
(backend) and angular
(frontend).
I previously saved a PDF file
in a folder present in my backend. I would like the client, via an api request to the backend, to receive that file (obviously knowing its name).
How can I pass a file from the backend to the frontend
? Online I found only from frontend to backend, but not the other way around.