Skip to content

Commit

Permalink
Update connection.rb
Browse files Browse the repository at this point in the history
switch to 443
  • Loading branch information
vergilet committed Jan 31, 2024
1 parent 1c11310 commit 169131b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/monobank/connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Monobank
class Connection
include HTTParty
base_uri 'api.monobank.ua'
base_uri 'https://api.monobank.ua'

def get(pathname, options = {})
self.class.get(pathname, options)
Expand All @@ -13,4 +13,4 @@ def post(pathname, options = {})
self.class.post(pathname, options)
end
end
end
end

0 comments on commit 169131b

Please sign in to comment.