You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a project, it's migrating an API from Tornado to Connexion. Besides the main API, this server has a landing page which needs resources from the 'static' folder to render correctly.
Hello! First and foremost, awesome library.
I am working on a project, it's migrating an API from Tornado to Connexion. Besides the main API, this server has a landing page which needs resources from the 'static' folder to render correctly.
I've read some issues to solve this:
But we decided to use the AsyncApp instead of the FlaskApp.
I figured that since the connexion middleware uses starlette, this can be done to mount the static files folder:
This currently works.
My questions are these:
If anyone is interest in this I can create a PR to add functionality + documentation to do this.
Thanks
The text was updated successfully, but these errors were encountered: