Add Translators/deepl_accounts
mix phx.gen.live Translators DeeplAccount deepl_accounts\ name:string description:text auth_key:string character_limit:integer\ character_count:integer our_character_count:integer user_id:references:users
This commit is contained in:
@ -90,6 +90,13 @@ defmodule OutlookWeb.Router do
|
||||
|
||||
live "/translations/:id", TranslationLive.Show, :show
|
||||
live "/translations/:id/show/edit", TranslationLive.Show, :edit
|
||||
|
||||
live "/deepl_accounts", DeeplAccountLive.Index, :index
|
||||
live "/deepl_accounts/new", DeeplAccountLive.Index, :new
|
||||
live "/deepl_accounts/:id/edit", DeeplAccountLive.Index, :edit
|
||||
|
||||
live "/deepl_accounts/:id", DeeplAccountLive.Show, :show
|
||||
live "/deepl_accounts/:id/show/edit", DeeplAccountLive.Show, :edit
|
||||
end
|
||||
|
||||
scope "/", OutlookWeb do
|
||||
|
||||
Reference in New Issue
Block a user