diff --git a/public_html/webhook.php b/public_html/webhook.php
index 2165dd3..c9199c5 100644
--- a/public_html/webhook.php
+++ b/public_html/webhook.php
@@ -7,7 +7,7 @@
* WEBHOOK_SECRET is loaded from api/config.php (gitignored) — never hardcoded here.
*/
-require_once __DIR__ . '/../../api/config.php';
+require_once __DIR__ . '/../api/config.php';
if (!defined('WEBHOOK_SECRET')) {
http_response_code(500);
echo json_encode(['error' => 'Webhook not configured']);