Skip to content

Commit 58e9205

Browse files
committed
fix: specify https url, as http url is now forbidden
1 parent d798abc commit 58e9205

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/fcc/station/index.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
require 'httparty'
2-
32
module FCC
43
module Station
54
class Index
65
include HTTParty
7-
base_uri 'publicfiles.fcc.gov'
6+
base_uri 'https://publicfiles.fcc.gov'
87

98
attr_accessor :service
109

0 commit comments

Comments
 (0)