diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 01cbc7b..bbd85d6 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -35,13 +35,8 @@
<% if current_user.present? %>
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb
index cbd34d2..27e1b83 100644
--- a/app/views/layouts/mailer.html.erb
+++ b/app/views/layouts/mailer.html.erb
@@ -1,4 +1,5 @@
+Hello World
diff --git a/config/routes.rb b/config/routes.rb
index 6f92ce5..1cf6844 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -1,6 +1,7 @@
Rails.application.routes.draw do
- root :to => "venues#index"
+ root :to => "dishes#index"
+ #test exit - for git
# Routes for the Bookmark resource:
# CREATE
get "/bookmarks/new", :controller => "bookmarks", :action => "new"
diff --git a/whitelist.yml b/whitelist.yml
index ab11e34..9f7cdfe 100644
--- a/whitelist.yml
+++ b/whitelist.yml
@@ -2,3 +2,4 @@
- 127.0.0.1
- 10.240.0.0/16
- "::1"
+- 128.135.98.108