add fiscal_year, drop due_to
This commit is contained in:
@ -5,6 +5,6 @@ from flask_cors import CORS
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
app = connexion.App('hv2-api')
|
||||
app.add_api('./openapi.yaml')
|
||||
app.add_api('./openapi.yaml', options = {"swagger_ui": True})
|
||||
CORS(app.app)
|
||||
app.run(port=8080)
|
||||
|
Reference in New Issue
Block a user