Skip to content

Commit

Permalink
Trigger deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
michalwarda committed Feb 17, 2024
1 parent db33aab commit 8e1e52f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ defmodule BuildelWeb.UserController do
action_fallback(BuildelWeb.FallbackController)

plug(:fetch_current_user)

plug(:require_authenticated_user)

def me(conn, _params) do
Expand Down

0 comments on commit 8e1e52f

Please sign in to comment.