remove Connexion dependency as we do not have a Swagger REST API

This commit is contained in:
Henning Jacobs
2016-12-19 18:08:58 +01:00
parent afa2ca078c
commit 5c1f017ffd
4 changed files with 22 additions and 38 deletions

View File

@@ -34,8 +34,7 @@ You can run the app locally:
$ pip3 install -r requirements.txt
$ kubectl proxy &
$ cd app && npm start &
$ cd -
$ (cd app && npm start &)
$ ./app.py
Now direct your browser to http://localhost:8080