Skip to content

Commit c339294

Browse files
committed
Merge branch 'develop'
2 parents bdbef22 + 1236028 commit c339294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cortex/webpages.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Cortex
22
class Webpages < Cortex::Resource
33
def get_feed(id)
4-
client.get("/webpages/feed/#{id}")
4+
client.get("/webpages/feed?url=#{id}")
55
end
66
end
77
end

0 commit comments

Comments
 (0)