diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-10-14 01:02:10 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-10-14 01:02:10 -0500 |
commit | 4bb53650a4f24f4f400e57337f47a48e83c9d3b0 (patch) | |
tree | 4e2a0b27b903f7a2dc734c39c7a3b53f7cf9f1f4 /config | |
parent | 47cd2611bf4dc5f9fa14e5c82c032912a9b8cab8 (diff) |
add `/api/v1/werewolf` endpoint
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 97a6821b3..5d7b8df97 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -398,6 +398,8 @@ Rails.application.routes.draw do namespace :push do resource :subscription, only: [:create, :show, :update, :destroy] end + + get '/werewolf', to: 'werewolf#index', as: :werewolf end namespace :v2 do |