mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
Fix typo.
This commit is contained in:
@ -52,7 +52,7 @@ module DiscourseHub
|
||||
JSON.parse(Excon.send(action,
|
||||
"#{hub_base_url}#{rel_url}",
|
||||
body: params,
|
||||
headers: { 'Referer' => referer, 'Accept' => accepts.join(', '), 'Content-Type' => 'applicaton/json' }
|
||||
headers: { 'Referer' => referer, 'Accept' => accepts.join(', '), 'Content-Type' => 'application/json' }
|
||||
).body)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user