mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 19:03:48 +08:00
Fix typo.
This commit is contained in:
parent
baa80c9004
commit
3d1a7a02f7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user