Files
openapi-generator-original/samples/server/echo_api/erlang-server/src/openapi.app.src
Nelson Vides 86a18bfb62 erlang-server: add jesse to app.up release (#20120)
* erlang-server: add jesse to app.up release

* erlang-server: remove dialyzer errors that might not be related to the program
2024-11-17 10:07:03 +08:00

12 lines
260 B
Erlang

{application,
openapi,
[{description,
"Echo Server API"},
{vsn, "1.0.0"},
{registered, []},
{applications, [kernel, stdlib, public_key, ssl, inets, ranch, cowboy, jesse]},
{env, []},
{modules, []},
{licenses, ["Apache 2.0"]},
{links, []}]}.