diff --git a/Vagrantfile b/Vagrantfile index 61a4b3c..ca7721a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,7 +13,7 @@ Vagrant.configure("2") do |config| end # Fixes a dhcp configuration conflict of the private network. -# Issue: https://github.com/hashicorp/vagrant/issues/3083 +# Issue: https://github.com/hashicorp/vagrant/issues/8878 class VagrantPlugins::ProviderVirtualBox::Action::Network def dhcp_server_matches_config?(dhcp_server, config) true diff --git a/edison/app.py b/edison/app.py index 6ef3f3e..11d4c69 100644 --- a/edison/app.py +++ b/edison/app.py @@ -3,8 +3,6 @@ from flask import render_template -# API description in swagger - https://app.swaggerhub.com/apis/DoRTaL94/UserManagment/1.0.0 - app = edison.app @app.route("/")