Skip to content

Commit

Permalink
fix: Webhooks trigger render error (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-martinez authored Mar 12, 2024
1 parent d686d61 commit 45d2168
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/lib/dev_tool.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ defmodule DevTool do
import LenraCommonWeb.ControllerHelpers
import Plug.Conn

plug(:put_view, LenraCommonWeb.BaseView)

action_fallback(LenraCommonWeb.FallbackController)

alias DevTool.Router.Helpers, as: Routes
end
end
Expand Down

0 comments on commit 45d2168

Please sign in to comment.