From eec0dc46a6d6782f6aebdc759d4822ef17fd57a2 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 5 Sep 2016 18:39:53 +0200 Subject: PostStatusService can attach media to status, ProcessFeedService likewise --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'config/routes.rb') 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 -- cgit