mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-23 16:33:28 +00:00
8 lines
149 B
Elixir
8 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
|