Skip to content

Commit 1236028

Browse files
committed
Feed URL for Webpages is incorrect. Maybe I should test things before relase :)
1 parent 300cccf commit 1236028

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)