Current section

Files

Jump to
plug_auth lib plug_auth.ex
Raw

lib/plug_auth.ex

defmodule PlugAuth do
use Application
@doc false
def start(_type, _args) do
PlugAuth.Supervisor.start_link()
end
end