Removing failed push notification API, make context loads use cache

This commit is contained in:
Eugen Rochko
2017-02-05 17:51:44 +01:00
parent 19b9e1e2c3
commit 77e13c2bc9
9 changed files with 13 additions and 98 deletions

View File

@ -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