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