jenot/lib/jenot.ex

9 lines
146 B
Elixir

defmodule Jenot do
@moduledoc """
Note taking app. Spelled ye-not.
"""
def host() do
Application.fetch_env!(:jenot, :host)
end
end