Make Kaffy integration more explicit
Aberta
enhancement
- Linguagem predominante
- Elixir
- Estrelas
- 1.4k
- Forks
- 171
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
**Describe the problem you're proposing to solve**
Now we have to write a bunch of staff in various files. And it is not clear which URLs Kaffy uses, so putting it in scope with others things might break smth.
**Describe the solution you'd like**
Use the way of live dashboard does. So we have to do smth like this:
```elixir
defmodule MyAppWeb.Router do
import Kaffy.Router
scope "/admin" do
pipe_through :browser
kaffy "/", repo: MyApp.Repo
end
end
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.