mobilizon/lib/eventos_web/controllers/inboxes_controller.ex
Thomas Citharel 979aad5acb Remove credo and use mix format, and lint everything
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2018-07-27 10:45:35 +02:00

7 lines
105 B
Elixir

defmodule EventosWeb.InboxesController do
use EventosWeb, :controller
def create(conn) do
end
end