Skip to content

Commit 2c668d4

Browse files
committed
change to live API url
1 parent 3072e4d commit 2c668d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regcensus/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
date_format = re.compile(r'\d{4}(?:-\d{2}-\d{2})?')
1212

13-
URL = 'https://64gzqlrrd2.execute-api.us-east-1.amazonaws.com/dev'
13+
URL = 'https://api.quantgov.org'
1414

1515

1616
def get_values(series, jurisdiction, year, documentType=1, summary=True,

0 commit comments

Comments
 (0)