Skip to content

Commit

Permalink
Fix blog post url
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranja committed Nov 2, 2024
1 parent 3bfa0e9 commit baec6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/blog_post.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
class BlogPost < ApplicationRecord
def self.update
# JSON holen
response = Net::HTTP.get_response(URI.parse('http://blog.speakerinnen.org/export.json'))
response = Net::HTTP.get_response(URI.parse('https://blog.speakerinnen.org/export.json'))
# parsen
imported_posts = JSON.parse(response.body)

Expand Down

0 comments on commit baec6e6

Please sign in to comment.