Added route to users resource, added list_user() and disabled update(...)/delete(...)

This commit is contained in:
2026-02-11 11:24:51 +01:00
parent e91d36b9c0
commit 1eb6cbe0e6
3 changed files with 26 additions and 12 deletions

View File

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