Added route for resolving character conflicts
This commit is contained in:
parent
a76bda993f
commit
33cef2050c
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ Rails.application.routes.draw do
|
|||
get 'weapon_keys', to: 'weapon_keys#all'
|
||||
|
||||
post 'characters', to: 'grid_characters#create'
|
||||
post 'characters/resolve', to: 'grid_characters#resolve'
|
||||
post 'characters/update_uncap', to: 'grid_characters#update_uncap_level'
|
||||
delete 'characters', to: 'grid_characters#destroy'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue