ash/test/support/flow/api.ex
Zach Daniel b20c4afd9b improvement: haltable flows, branch step type
fix: fix chart links rendering
2022-10-06 17:04:44 -04:00

8 lines
126 B
Elixir

defmodule Ash.Test.Flow.Api do
@moduledoc false
use Ash.Api
resources do
registry Ash.Test.Flow.Registry
end
end