quart-openapi
quart-openapi copied to clipboard
Can I use a PintBlueprint as a quart.Blueprint.
I want to provide an API to my application without splitting it up in a backend and frontend. It's a small quick project. Can I just create the resources, wrap them in a blueprint and give them to my Quart instance?