Current section
Files
Jump to
Current section
Files
lib/application.ex
defmodule PLM.Application do
use Application
def start(_, _) do
:cowboy.start_tls(:http, :n2o_cowboy.env(:bud), %{env: %{dispatch: :n2o_cowboy2.points()}})
Supervisor.start_link([], strategy: :one_for_one, name: PLM.Supervisor)
end
end