API for apps to register for push notifications
This commit is contained in:
parent
1992575d57
commit
3f075c7794
13 changed files with 112 additions and 2 deletions
|
@ -118,6 +118,9 @@ 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