File size: 180 Bytes
4ff9d22
 
 
1
2
3
def check_payload(data):
    if not data or 'source_url' not in data or 'target_url' not in data:
        return jsonify({'success': False, 'error': 'Missing URL parameters'}), 400