lib/commonmeta/utils.rb in commonmeta-ruby-3.2.4 vs lib/commonmeta/utils.rb in commonmeta-ruby-3.2.5

- old
+ new

@@ -1382,9 +1382,9 @@ end def json_feed_url(id = nil) return "https://rogue-scholar.org/api/blogs/#{id}" if id.present? - "https://rogue-scholar.org/api/posts" + "https://rogue-scholar.org/api/posts/unregistered" end end end