Add routes for Characters
This commit is contained in:
parent
4bf7249d41
commit
43130f69e0
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ Rails.application.routes.draw do
|
||||||
get 'search/weapons', to: 'search#weapons'
|
get 'search/weapons', to: 'search#weapons'
|
||||||
get 'search/summons', to: 'search#summons'
|
get 'search/summons', to: 'search#summons'
|
||||||
|
|
||||||
|
post 'characters', to: 'grid_characters#create'
|
||||||
|
delete 'characters', to: 'grid_characters#destroy'
|
||||||
|
|
||||||
post 'weapons', to: 'grid_weapons#create'
|
post 'weapons', to: 'grid_weapons#create'
|
||||||
delete 'weapons', to: 'grid_weapons#destroy'
|
delete 'weapons', to: 'grid_weapons#destroy'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue