Merge branch 'open-api' into 'develop'
Add OpenAPI Closes pleroma-meta#19 See merge request pleroma/pleroma!2345
This commit is contained in:
commit
d2e21fbc96
13 changed files with 309 additions and 8 deletions
3
mix.exs
3
mix.exs
|
|
@ -179,7 +179,8 @@ defmodule Pleroma.Mixfile do
|
|||
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
|
||||
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},
|
||||
{:mox, "~> 0.5", only: :test},
|
||||
{:restarter, path: "./restarter"}
|
||||
{:restarter, path: "./restarter"},
|
||||
{:open_api_spex, "~> 3.6"}
|
||||
] ++ oauth_deps()
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue