Added JSON API for biddings. (Only listing all biddings is supported)

This commit is contained in:
2026-02-12 10:41:21 +01:00
parent c994ea171e
commit 9709dbabe2
5 changed files with 174 additions and 0 deletions

View File

@ -31,6 +31,7 @@ defmodule BeetRoundServerWeb.Router do
resources "/bidding_rounds", BiddingRoundController, except: [:new, :edit]
resources "/users", UserController, except: [:new, :edit]
resources "/biddings", BiddingController, except: [:new, :edit]
end
# Enable LiveDashboard and Swoosh mailbox preview in development