quart-openapi icon indicating copy to clipboard operation
quart-openapi copied to clipboard

Can I use a PintBlueprint as a quart.Blueprint.

Open aarondewindt opened this issue 3 years ago • 0 comments

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?

aarondewindt avatar Aug 30 '21 14:08 aarondewindt