mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 23:33:45 +08:00
Fix typo.
This commit is contained in:
parent
baa80c9004
commit
3d1a7a02f7
|
@ -52,7 +52,7 @@ module DiscourseHub
|
||||||
JSON.parse(Excon.send(action,
|
JSON.parse(Excon.send(action,
|
||||||
"#{hub_base_url}#{rel_url}",
|
"#{hub_base_url}#{rel_url}",
|
||||||
body: params,
|
body: params,
|
||||||
headers: { 'Referer' => referer, 'Accept' => accepts.join(', '), 'Content-Type' => 'applicaton/json' }
|
headers: { 'Referer' => referer, 'Accept' => accepts.join(', '), 'Content-Type' => 'application/json' }
|
||||||
).body)
|
).body)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user