<% @themes.each do |theme| %>
diff --git a/config/routes.rb b/config/routes.rb
index f8174291..69430665 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -317,7 +317,7 @@ Orbit::Application.routes.draw do
match '/twitter/'=>'otheraccounts#twitter'
match '/forgmail/'=>'otheraccounts#gmail'
match '/otheraccounts/getaccounts'=>'otheraccounts#getaccounts'
- match '/save_account_info/'=>'otheraccounts#saveaccountinfo'
+ match '/desktop/save_account_info/'=>'otheraccounts#saveaccountinfo'
match '/desktop_appstore/appstore'=>'desktop_appstore#appstore'
match '/desktop_appstore/onlinestore'=>'desktop_appstore#onlinestore'