e14007bac5
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
9 lines
107 B
Elixir
9 lines
107 B
Elixir
defmodule EventosWeb.InboxesController do
|
|
|
|
use EventosWeb, :controller
|
|
|
|
def create(conn) do
|
|
|
|
end
|
|
end
|