Beispiel #1
0
 def _process_GET(self):
     return jsonify(registrants=build_registrations_api_data(self.event))
Beispiel #2
0
 def _process_GET(self):
     return jsonify(registrants=build_registrations_api_data(self.event))