Browse Source

faculty profile 33

Rousnay 1 year ago
parent
commit
7a7c535a5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      single-faculty.php

+ 1 - 1
single-faculty.php

@@ -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,