aesmail / kaffy

Powerfully simple admin package for phoenix applications
https://kaffy.fly.dev/admin/
MIT License
1.34k stars 155 forks source link

add path to `endpoint.ex` in installation guide for Phoenix 1.7 #293

Open azyzz228 opened 1 year ago

azyzz228 commented 1 year ago

Added clarification for newbies (like me) on where (endpoint) to enable Router Helpers so that kaffy works in Phoenix 1.7

lewazo commented 1 year ago

This is usually not in endpoint.ex, but in lib/your_app_web.ex.

ghenry commented 5 months ago

Can we fix this up again and I'll merge. Thanks for your contribution!