WIP feat: account live view - basic functionality
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
490b2c2f68
commit
ccf2d61d84
8 changed files with 859 additions and 290 deletions
|
|
@ -7,9 +7,9 @@ defmodule Mv.Accounts do
|
|||
|
||||
resources do
|
||||
resource Mv.Accounts.User do
|
||||
define :create_user, action: :create
|
||||
define :create_user, action: :create_user
|
||||
define :list_users, action: :read
|
||||
define :update_user, action: :update
|
||||
define :update_user, action: :update_user
|
||||
define :destroy_user, action: :destroy
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue