log_message('critical', "***** ***** Provision LOGIN TOKEN :: " . $token);

This commit is contained in:
CHIEFSOFT\ameye
2025-09-24 08:42:22 -04:00
parent 29d0497e53
commit 78163b1163
+1 -1
View File
@@ -144,7 +144,7 @@ abstract class BaseController extends Controller
if ($httpcode != "204") {
return "Login failed! $result";
}
log_message('critical', "***** ***** Provision LOGIN COMPLETED :: NOW TOKEN :: " );
# 2. Get token
$url = $base_url . "/api/user/tokens";
$url = $base_url . "/user/tokens";