Skip to content

Commit 079cf9a

Browse files
committed
🚑 fix init path
1 parent 79962c9 commit 079cf9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Interact/CurlConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static function doCurl($apiKey, $userIdentity)
1818

1919
$body = json_encode(['API_KEY_PRIVATE' => $apiKey, 'userIdentity' => $userIdentity]);
2020
try{
21-
$response = $client->request('POST', '/collector/api/event/oninit', [
21+
$response = $client->request('POST', '/event/oninit', [
2222
'body' => $body,
2323
'headers' => [
2424
'Content-Type' => 'application/json'

0 commit comments

Comments
 (0)