diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-07 12:58:42 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-03-07 12:58:42 +0100 |
commit | f099bc6091b55c598a55f252041cb3af6043caf4 (patch) | |
tree | 8fe84f1d08e231da656829494f033331b1f171c0 /config | |
parent | ffe48fd7c6b970bc9b98bf999535e49572e82035 (diff) |
Adding API for favouriting a status
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 b34837711..98d892fd5 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -26,6 +26,7 @@ Rails.application.routes.draw do resources :statuses, only: [:create, :show] do member do post :reblog + post :favourite end end |