diff --git a/config/routes.rb b/config/routes.rb index 57e58e9aa..269622156 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -20,6 +20,7 @@ Diaspora::Application.routes.draw do match 'services/create', :to => "services#create" match 'services/destroy', :to => "services#destroy" + match 'services/fb_post', :to => "services#fb_post" match 'warzombie', :to => "dev_utilities#warzombie" match 'zombiefriends', :to => "dev_utilities#zombiefriends"