Skip to content

Commit

Permalink
new campaign phone numbers, hello endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rubbingalcoholic committed Sep 11, 2014
1 parent 7b1d1d7 commit 92a0f19
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ def call_complete_status():
'fftfSession': params['fftfSession']
})

@app.route('/hello')
def hello():
return "OHAI"


@app.route('/demo')
def demo():
Expand Down
9 changes: 9 additions & 0 deletions data/campaigns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,15 @@
- id: battleforthenet
numbers:
- 650-716-1243
- 205-683-2590
- 480-405-0187
- 719-354-2153
- 203-487-5661
- 239-330-1915
- 217-441-2582
- 218-729-2044
- 612-999-1433
- 262-725-0171
target_house: true
target_senate: true
target_house_first: false
Expand Down

0 comments on commit 92a0f19

Please sign in to comment.