enable ui
This commit is contained in:
		@@ -3,7 +3,7 @@ from flask_cors import CORS
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
# instantiate the webservice
 | 
					# instantiate the webservice
 | 
				
			||||||
app = connexion.App(__name__)
 | 
					app = connexion.App(__name__)
 | 
				
			||||||
app.add_api('openapi.yaml', options = {"swagger_ui": False})
 | 
					app.add_api('openapi.yaml', options = {"swagger_ui": True})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# CORSify it - otherwise Angular won't accept it
 | 
					# CORSify it - otherwise Angular won't accept it
 | 
				
			||||||
CORS(app.app)
 | 
					CORS(app.app)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user