Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • M30
  • M24
  • TestForUpdateSite
  • M12
5 results

manifest.js

Blame
  • app_config.py 135 B
    import connexion
    
    app = connexion.App(__name__, specification_dir='openapi/')
    app.add_api('model_checker.yaml')
    
    application = app.app