After "mix phx.gen.json BiddingRounds BiddingRound bidding_rounds round_number:integer running:boolean --no-scope".

This commit is contained in:
2026-02-11 10:57:27 +01:00
parent 5f966d485a
commit 14f04befd0
11 changed files with 429 additions and 3 deletions

View File

@ -24,9 +24,11 @@ defmodule BeetRoundServerWeb.Router do
end
# Other scopes may use custom stacks.
# scope "/api", BeetRoundServerWeb do
# pipe_through :api
# end
scope "/api", BeetRoundServerWeb do
pipe_through :api
resources "/bidding_rounds", BiddingRoundController, except: [:new, :edit]
end
# Enable LiveDashboard and Swoosh mailbox preview in development
if Application.compile_env(:beet_round_server, :dev_routes) do