summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 22b8299..51d9e6c 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -28,6 +28,7 @@ Rails.application.routes.draw do
scope module: :characters do
get "/rankings", to: "rankings#index"
post "/items/unequip/:slot", to: "items#unequip", as: :item_unequip
+ resources :item_infixes, only: [:create, :destroy]
resources :items, only: [:index] do
post "/equip", to: "items#equip"
post "/use", to: "items#use"