Example #1
0
def send_gallery_emails(uuid):
    Gallery.send_emails(uuid)
    return json.dumps({'message': 'Emails were successfully sent.'}), 200, {
        'Content-Type': 'application/json'
    }
Example #2
0
def send_gallery_emails(uuid):
    Gallery.send_emails(uuid)
    return json.dumps({'message': 'Emails were successfully sent.'}), 200, {'Content-Type': 'application/json'}