mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-24 08:54:08 +00:00
7 lines
105 B
Elixir
7 lines
105 B
Elixir
|
defmodule EventosWeb.InboxesController do
|
||
|
use EventosWeb, :controller
|
||
|
|
||
|
def create(conn) do
|
||
|
end
|
||
|
end
|