mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Removed single weight match generation, fixed bracket names, reload weight matches for pool order, and auto delete errrored jobs
This commit is contained in:
@@ -62,7 +62,6 @@ Wrestling::Application.routes.draw do
|
||||
get "/tournaments/:id/brackets" => "tournaments#show"
|
||||
put "/tournaments/:id/calculate_team_scores", :to => "tournaments#calculate_team_scores"
|
||||
|
||||
post 'weights/:id/re_gen' => 'weights#re_gen', :as => :regen_weight
|
||||
post "/wrestlers/update_pool" => "wrestlers#update_pool"
|
||||
|
||||
get "schools/:id/stats" => "schools#stats"
|
||||
|
||||
Reference in New Issue
Block a user