added custom error templates, and fun error testing routes

This commit is contained in:
Adam Piontek 2021-04-07 10:24:29 -04:00
parent a102579df2
commit a9c12d326f
12 changed files with 149 additions and 1 deletions
config

View file

@ -8,7 +8,7 @@ use Mix.Config
# with webpack to recompile .js and .css sources.
config :home73k, Home73kWeb.Endpoint,
http: [port: 4000],
debug_errors: true,
debug_errors: false,
code_reloader: true,
check_origin: false,
watchers: [