about summary refs log tree commit diff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-14 23:10:07 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-14 23:10:07 +0200
commite21a3fe0cd91dfeae76bce4d58c7611e78b60fbf (patch)
tree6a4f6ceda687bbd079845daf2b1c90d15225893b /config/routes.rb
parent91144d46ecc1a6e2d39abe8bea2d62c5cb57aca3 (diff)
Adding sync of follow relationships to Neo4J, accounts/suggestions API
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index ec0309dc7..f3708938a 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -73,6 +73,7 @@ Rails.application.routes.draw do
         collection do
           get :relationships
           get :verify_credentials
+          get :suggestions
         end
 
         member do