diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-05 18:39:53 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-09-05 18:39:53 +0200 |
commit | eec0dc46a6d6782f6aebdc759d4822ef17fd57a2 (patch) | |
tree | 0c3f88e90e1f5274df1805c97181c3d6f3e3e40a /config | |
parent | ae1fac006206ab28cd7cba63ab85c07a27f3d606 (diff) |
PostStatusService can attach media to status, ProcessFeedService likewise
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 918eb7347..9ad7a32e1 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -30,7 +30,6 @@ Rails.application.routes.draw do end resource :settings, only: [:show, :update] - resources :statuses, only: [:create] namespace :api do # PubSubHubbub |