diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 20:33:26 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 20:33:26 +0100 |
commit | a302e56f9a06b67cdf2184a278d99f9e65a67fca (patch) | |
tree | 557382faf818eddf518e286059e8482e881deb94 /config | |
parent | 49834a6e7f06301a5bcc17b8771ed4513622b6a8 (diff) |
Add API for retrieving favourites
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 7a1d38ad2..842fbe71e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -110,6 +110,7 @@ Rails.application.routes.draw do end resources :notifications, only: [:index] + resources :favourites, only: [:index] resources :accounts, only: [:show] do collection do |