Changeset 3016091
- Timestamp:
- 01/01/2024 11:13:33 AM (2 years ago)
- File:
-
- 1 edited
-
desku-livechat-ai-chatbot/trunk/desku.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
desku-livechat-ai-chatbot/trunk/desku.php
r3016025 r3016091 4 4 * 5 5 * @package DESKU 6 * @author Gaurav Nagani6 * @author Desku Inc 7 7 * @license gplv2 8 8 * @version 0.0.1 … … 13 13 * Description: Desku is AI-Powered Help Desk Customer Support for all the business types that helps to streamline the customer queries under one roof 14 14 * Version: 0.0.1 15 * Author: Gaurav Nagani16 * Author URI: https:// profiles.wordpress.org/desku15 * Author: Desku Inc 16 * Author URI: https://desku.io 17 17 * Text Domain: desku 18 18 * License: GPLv2 … … 197 197 $data['password'] = sanitize_text_field($_POST['password']); 198 198 $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); 200 200 $http_code = $response[1]; 201 201 $flow = 0;
Note: See TracChangeset
for help on using the changeset viewer.