Skip to content

Commit

Permalink
fix: show attendee endpoint (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruilopesm authored Jan 30, 2024
1 parent af4e893 commit c42d9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/safira_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ defmodule SafiraWeb.Router do
pipe_through :jwt_authenticated

get "/user", AuthController, :user
get "/attendee", AttendeeController, :show
get "/leaderboard", LeaderboardController, :index
get "/leaderboard/:date", LeaderboardController, :daily
get "/roulette/latestwins", RouletteController, :latest_wins
Expand Down

0 comments on commit c42d9b2

Please sign in to comment.