aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/routes.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index f0ab676..cc61204 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -3,7 +3,6 @@ Rails.application.routes.draw do
get 'notes' => 'notes#index'
- # get '/auth/evernote' => 'auth/evernote#index'
get '/auth/evernote/callback' => 'sessions#create'
# The priority is based upon order of creation: first created -> highest priority.