Sha256: 5f144211ee83e32f332c4e06c27f5b1bc4c5c611a2c0e50dcbe43178a1e91cb1
Contents?: true
Size: 351 Bytes
Versions: 15
Compression:
Stored size: 351 Bytes
Contents
Jason::Engine.routes.draw do get '/api/config', to: 'jason#configuration' post '/api/action', to: 'jason#action' post '/api/create_subscription', to: 'jason#create_subscription' post '/api/remove_subscription', to: 'jason#remove_subscription' post '/api/get_payload', to: 'jason#get_payload' post '/api/pusher/auth', to: 'pusher#auth' end
Version data entries
15 entries across 15 versions & 1 rubygems