Skip to content

Commit

Permalink
Merge branch 'project-restructure' of https://github.com/DoRTaL94/edison
Browse files Browse the repository at this point in the history
 into config
  • Loading branch information
DoRTaL94 committed May 2, 2020
2 parents 54a6d85 + 64ec2e4 commit 3345ec0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions edison/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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("/")
Expand Down

0 comments on commit 3345ec0

Please sign in to comment.