mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-23 00:58:41 +00:00
e14007bac5
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 lines
107 B
Elixir
8 lines
107 B
Elixir
defmodule EventosWeb.InboxesController do
|
|
|
|
use EventosWeb, :controller
|
|
|
|
def create(conn) do
|
|
|
|
end
|
|
end
|