Removing failed push notification API, make context loads use cache
This commit is contained in:
parent
19b9e1e2c3
commit
77e13c2bc9
9 changed files with 13 additions and 98 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue