Subiendo api v2
This commit is contained in:
14
deps/swoosh/lib/swoosh.ex
vendored
Normal file
14
deps/swoosh/lib/swoosh.ex
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
defmodule Swoosh do
|
||||
@external_resource "README.md"
|
||||
@moduledoc File.read!("README.md")
|
||||
|> String.replace("# Swoosh\n\n", "", global: false)
|
||||
|> String.replace("(#adapters", "(#module-adapters")
|
||||
|
||||
@version "1.18.4"
|
||||
|
||||
@doc false
|
||||
def version, do: @version
|
||||
|
||||
@doc false
|
||||
def json_library, do: Application.fetch_env!(:swoosh, :json_library)
|
||||
end
|
||||
Reference in New Issue
Block a user