Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects

Resolve "POC pipeline for openAPI collection in Pages"

Open Raphael JOIE requested to merge 10-poc-pipeline-for-openapi-collection-in-pages into main
6 files
+ 17
0
Compare changes
  • Side-by-side
  • Inline

Files

@@ -12,6 +12,7 @@ logging.info("This message matches the standard formatting")
api.register_blueprint(root_bp, url_prefix='/')
def get_openapi():
with api.app_context():
with api.test_client() as client:
Loading