Added JSON API for biddings. (Only listing all biddings is supported)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user