mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-22 16:03:25 +00:00
7 lines
149 B
Elixir
7 lines
149 B
Elixir
defmodule Mobilizon.Web.APIView do
|
|
@moduledoc """
|
|
View for our the API terms
|
|
"""
|
|
use Mobilizon.Web, :view
|
|
import Mobilizon.Web.Gettext
|
|
end
|