Plugin Directory

Changeset 3016091


Ignore:
Timestamp:
01/01/2024 11:13:33 AM (2 years ago)
Author:
desku
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • desku-livechat-ai-chatbot/trunk/desku.php

    r3016025 r3016091  
    44 *
    55 * @package       DESKU
    6  * @author        Gaurav Nagani
     6 * @author        Desku Inc
    77 * @license       gplv2
    88 * @version       0.0.1
     
    1313 * Description:   Desku is AI-Powered Help Desk Customer Support for all the business types that helps to streamline the customer queries under one roof
    1414 * Version:       0.0.1
    15  * Author:        Gaurav Nagani
    16  * Author URI:    https://profiles.wordpress.org/desku
     15 * Author:        Desku Inc
     16 * Author URI:    https://desku.io
    1717 * Text Domain:   desku
    1818 * License:       GPLv2
     
    197197    $data['password'] = sanitize_text_field($_POST['password']);
    198198    $data['from'] = 'wordpress';
    199     $response = deskuCallApi('POST', 'https://backend.desku.dev/api/tenant/login',0, $data);
     199    $response = deskuCallApi('POST', 'https://backend.desku.io/api/tenant/login',0, $data);
    200200    $http_code = $response[1];
    201201    $flow = 0;
Note: See TracChangeset for help on using the changeset viewer.