ash/test/support/flow/api.ex
2022-09-20 19:44:04 -04:00

8 lines
142 B
Elixir

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