From e10571b13159ea8ae90b71703fbad72d1e795743 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 4 Jun 2023 22:56:07 -0700 Subject: [PATCH] Add endpoint for raid groups --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 9218e0f..00f0e26 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -45,6 +45,7 @@ Rails.application.routes.draw do get 'guidebooks', to: 'guidebooks#all' get 'raids', to: 'raids#all' + get 'raids/groups', to: 'raids#groups' get 'weapon_keys', to: 'weapon_keys#all' post 'characters', to: 'grid_characters#create'