We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 690dfbc commit ec8d120Copy full SHA for ec8d120
1 file changed
regcensus/api.py
@@ -7,7 +7,7 @@
7
8
date_format = re.compile(r'\d{4}(?:-\d{2}-\d{2})?')
9
10
-URL = 'http://api.quantgov.org'
+URL = 'https://api.quantgov.org'
11
12
13
def get_values(series, jurisdiction, date, filtered=True, summary=True,
0 commit comments