parent
85993dbe9a
commit
52ff683c2d
@ -0,0 +1,12 @@
|
||||
defmodule DecentralisedBookIndex.TestEndpoints do
|
||||
@moduledoc "Test API endpoint for tests"
|
||||
|
||||
@test_api_endpoint "http://localhost:4002"
|
||||
|
||||
@doc """
|
||||
Returns the url of test API endpoint.
|
||||
"""
|
||||
def test_api_endpoint(_opts \\ []) do
|
||||
@test_api_endpoint
|
||||
end
|
||||
end
|
Loading…
Reference in new issue