|
@@ -39,7 +39,7 @@ get_header(); ?>
|
|
|
|
|
|
$url_employeeJournal = 'http://103.109.52.3/webapi/api/EmployeeJournal';
|
|
|
$response_employeeJournal = wp_remote_post(
|
|
|
- $response_employeeJournal,
|
|
|
+ $url_employeeJournal,
|
|
|
array(
|
|
|
'body' => array(
|
|
|
'employee_id' => $login_id_e,
|