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