1
0
Fork 0
forked from gitea/nas

nas_dev #2

Merged
balkan merged 25 commits from gitea/nas:nas_dev into releases/18 2025-06-20 00:50:34 +02:00
Showing only changes of commit 5267d19474 - Show all commits

View file

@ -7,7 +7,7 @@ class Api::V1::Trends::TagsController < Api::BaseController
after_action :insert_pagination_headers
DEFAULT_TAGS_LIMIT = 10
DEFAULT_TAGS_LIMIT = (ENV['MAX_TRENDING_TAGS'] || 10).to_i
deprecate_api '2022-03-30', only: :index, if: -> { request.path == '/api/v1/trends' }