diff --git a/backend/main.py b/backend/main.py index 52c9328..26e2adb 100644 --- a/backend/main.py +++ b/backend/main.py @@ -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")