Skip to content

Commit

Permalink
query pledge table for team-specific embed data fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtolio committed May 30, 2014
1 parent 577e6be commit 0efe6fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ def options(self):
enable_cors(self)


#TODO(jt/hjfreyer): replicate this in handlers as /r/total, with proper JSON
class GetTotalHandler(webapp2.RequestHandler):
def get(self):
team = self.request.get("team")
Expand Down

0 comments on commit 0efe6fa

Please sign in to comment.