diff options
author | Evan Minto <evan.minto@gmail.com> | 2017-02-06 01:19:05 -0800 |
---|---|---|
committer | Evan Minto <evan.minto@gmail.com> | 2017-02-06 01:19:26 -0800 |
commit | 94e213c6c11fb3476a6c151425052775427574e1 (patch) | |
tree | 93d3ef2c7c6d96801693e9268f24c481a2bb6af5 /config/routes.rb | |
parent | 8bd8ea7c0406a8eeb145471475b105366e195e6a (diff) |
Reuse existing controller and route
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/config/routes.rb b/config/routes.rb index 4d0138b82..699f56833 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -153,10 +153,6 @@ Rails.application.routes.draw do end end - namespace :activitypub do - resources :accounts, only: [:show] - end - namespace :web do resource :settings, only: [:update] end |