mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-21 17:53:18 +00:00
Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661)
This commit is contained in:
parent
90b64c0069
commit
8bb74e50be
7 changed files with 69 additions and 56 deletions
|
|
@ -315,6 +315,10 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
namespace :v2 do
|
||||
get '/search', to: 'search#index', as: :search
|
||||
end
|
||||
|
||||
namespace :web do
|
||||
resource :settings, only: [:update]
|
||||
resource :embed, only: [:create]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue