mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-21 20:25:45 +08:00
fix: index read api data use params only data
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user