„lib/chiya_web.ex“ ändern

This commit is contained in:
inhji 2023-03-10 13:51:37 +01:00
parent 726de167a0
commit 7ecff5b5e5

View file

@ -91,6 +91,9 @@ defmodule ChiyaWeb do
# Shortcut for generating JS commands
alias Phoenix.LiveView.JS
# Custom functions
import ChiyaWeb.Format, only: [from_now: 1]
# Routes generation with the ~p sigil
unquote(verified_routes())
end