mix format
This commit is contained in:
parent
f3c35e8e55
commit
385afb9308
6 changed files with 77 additions and 46 deletions
|
@ -49,10 +49,10 @@ defmodule NullaWeb.NoteController do
|
|||
end
|
||||
end
|
||||
|
||||
#def show(conn, %{"id" => id}) do
|
||||
# def show(conn, %{"id" => id}) do
|
||||
# note = Notes.get_note!(id)
|
||||
# render(conn, :show, note: note)
|
||||
#end
|
||||
# end
|
||||
|
||||
def edit(conn, %{"id" => id}) do
|
||||
note = Notes.get_note!(id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue