fix last commit
This commit is contained in:
parent
fe48836304
commit
1cf178b02d
|
@ -122,7 +122,7 @@ class Panel::Feed::BackEnd::FeedsController < OrbitBackendController
|
|||
body = {
|
||||
'link' => feed.link,
|
||||
'name' => feed.name,
|
||||
'from_host' => env["REMOTE_HOST"],
|
||||
'from_host' => env["HTTP_ORIGIN"],
|
||||
'categories' => categories
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue