xpodev / ez-web

2 stars 0 forks source link

EZApplication.setup is called twice #34

Closed neriyaco closed 4 months ago

neriyaco commented 4 months ago

The setup method in the EZApplication class is called twice when the app is started. I think it might be because the __init__ method of FastAPI app is calling self.setup as well.