Flask routing and connexion
I have a flask application where I would like to add Connexion to validate my api endpoints. All api is bundled in a blueprint.
I have a flask application where I would like to add Connexion to validate my api endpoints. All api is bundled in a blueprint.