diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-05 17:51:44 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-05 17:51:44 +0100 |
commit | 77e13c2bc93fdb633f27f94989ab5770f9ecc3b3 (patch) | |
tree | c9b139593bf3bd478bfaa2e44657492cfab33f94 /config | |
parent | 19b9e1e2c3d621b5f9f2367980dae62648fe22fa (diff) |
Removing failed push notification API, make context loads use cache
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/routes.rb b/config/routes.rb index 699f56833..e17d54995 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -117,9 +117,6 @@ Rails.application.routes.draw do resources :blocks, only: [:index] resources :favourites, only: [:index] - post '/devices/register', to: 'devices#register', as: :register_device - post '/devices/unregister', to: 'devices#unregister', as: :unregister_device - resources :follow_requests, only: [:index] do member do post :authorize |