aesmail / aesmail/kaffy

Make Kaffy integration more explicit

オープン
#205 コメント 2 件 リアクション 2 件 担当者 1 名 @aesmail が担当を希望しています GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。