mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-25 01:12:30 +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
|