Add weapon keys route
This commit is contained in:
parent
cb4ff0e1f2
commit
0f72a24e0c
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Rails.application.routes.draw do
|
|||
get 'search/summons', to: 'search#summons'
|
||||
|
||||
get 'raids', to: 'raids#all'
|
||||
get 'weapon_keys', to: 'weapon_keys#all'
|
||||
|
||||
post 'characters', to: 'grid_characters#create'
|
||||
post 'characters/update_uncap', to: 'grid_characters#update_uncap_level'
|
||||
|
|
|
|||
Loading…
Reference in a new issue