Files
2013-04-14 08:34:08 -04:00

9 lines
207 B
JSON

"""Endpoint to record identifications
"""
from gittip.utils import get_participant
# ================= ^L
participant = get_participant(request, restrict=False)
response.body = participant.compute_split()