fix: index read api data use params only data
This commit is contained in:
parent
6ffc702209
commit
80b83c5230
|
@ -16,6 +16,6 @@ class Forum::Memos::GetService < Forum::ClientService
|
|||
end
|
||||
|
||||
def url
|
||||
"/memos/#{memo_id}.json".freeze
|
||||
"/memos/#{memo_id}.json?only_data=true".freeze
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue