FastAPI singleton dependency
I have a FastAPI App which interact with the backend trough some singleton class. The singleton object holds the values which should be displayed in the frontend.
I have a FastAPI App which interact with the backend trough some singleton class. The singleton object holds the values which should be displayed in the frontend.