Description
Connexion 2.0 seems to hide the /ui/ endpoint.
After upgrading from connexion 1.5.3 to connexion 2.0.0, I am no longer to see the SWAGGER interface in /ui/. I've tried both my own code and an example project
Expected behaviour
The swagger interface should show
Actual behaviour
404 error
Steps to reproduce
Run the sqlalchemy example, exactly as directed in the readme
Additional info:
python --version: Python 3.6.1
pip show connexion | grep "^Version\:": 2.0.0
Description
Connexion 2.0 seems to hide the /ui/ endpoint.
After upgrading from connexion 1.5.3 to connexion 2.0.0, I am no longer to see the SWAGGER interface in /ui/. I've tried both my own code and an example project
Expected behaviour
The swagger interface should show
Actual behaviour
404 error
Steps to reproduce
Run the sqlalchemy example, exactly as directed in the readme
Additional info:
python --version: Python 3.6.1pip show connexion | grep "^Version\:": 2.0.0