diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-05-11 15:24:59 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-05-11 15:43:03 +0400 |
commit | 3bde0fa3f668d42c03ce83174325920551960de3 (patch) | |
tree | cd33b7e553c271c1b79e1486153332c23a024a5e /mix.exs | |
parent | 84bb116ae3854c17b85a780fe6dae03c0bd8eaa7 (diff) | |
download | pleroma-3bde0fa3f668d42c03ce83174325920551960de3.tar.gz pleroma-3bde0fa3f668d42c03ce83174325920551960de3.zip |
Add OpenAPI spec for TimelineController
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -200,7 +200,7 @@ defmodule Pleroma.Mixfile do {:restarter, path: "./restarter"}, {:open_api_spex, git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git", - ref: "b862ebd78de0df95875cf46feb6e9607130dc2a8"} + ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"} ] ++ oauth_deps() end |