Add /api/v1/followed_tags
[akkoma] / lib / pleroma / search / elasticsearch / cluster.ex
1 defmodule Pleroma.Search.Elasticsearch.Cluster do
2 @moduledoc false
3 use Elasticsearch.Cluster, otp_app: :pleroma
4 end