ash/test/support/any_api.ex

9 lines
117 B
Elixir
Raw Normal View History

2022-09-21 11:44:04 +12:00
defmodule Ash.Test.AnyApi do
@moduledoc false
use Ash.Api
resources do
allow_unregistered? true
end
end