Make Kaffy integration more explicit
オープン
enhancement
- 主要言語
- Elixir
- スター
- 1.4k
- フォーク
- 171
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
**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
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。