API for apps to register for push notifications

This commit is contained in:
Eugen Rochko 2017-01-29 01:30:32 +01:00
parent 1992575d57
commit 3f075c7794
13 changed files with 112 additions and 2 deletions

View file

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