Skip to content

Commit

Permalink
Remove deprecated DraftQueueController
Browse files Browse the repository at this point in the history
  • Loading branch information
axelclark committed Mar 20, 2024
1 parent cb16791 commit 77003b3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 245 deletions.
73 changes: 0 additions & 73 deletions lib/ex338_web/controllers/draft_queue_controller.ex

This file was deleted.

42 changes: 0 additions & 42 deletions lib/ex338_web/controllers/draft_queue_html.ex

This file was deleted.

1 change: 0 additions & 1 deletion lib/ex338_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ defmodule Ex338Web.Router do
end

resources "/fantasy_teams", FantasyTeamController, only: [] do
resources("/draft_queues", DraftQueueController, only: [:new, :create])
resources("/trade_votes", TradeVoteController, only: [:create])
resources("/trades", TradeController, only: [:new, :create, :update])
resources("/waivers", WaiverController, only: [:new, :create])
Expand Down
129 changes: 0 additions & 129 deletions test/ex338_web/controllers/draft_queue_controller_test.exs

This file was deleted.

0 comments on commit 77003b3

Please sign in to comment.