diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index f40746f30..f595438b7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -21,7 +21,8 @@ Rails.application.routes.draw do end end - resource :settings, only: [:show, :update] + resource :settings, only: [:show, :update] + resources :statuses, only: [:create] namespace :api do # PubSubHubbub |