Current section

Files

Jump to
perspective lib perspective application supervisor.ex
Raw

lib/perspective/application/supervisor.ex

defmodule Perspective.Application.Supervisor do
use Perspective.Supervisor
children do
[
Perspective.EncryptionSupervisor,
Perspective.Notifications.Supervisor,
Perspective.EventChainSupervisor,
Perspective.RequestRegistry
]
end
end