Current section
Files
Jump to
Current section
Files
lib/phoenix_api_toolkit.ex
defmodule PhoenixApiToolkit do
@moduledoc """
Documentation for PhoenixApiToolkit.
"""
@doc """
Hello world.
## Examples
iex> PhoenixApiToolkit.hello()
:world
"""
def hello do
:world
end
end