Better HTTP logging.

This commit is contained in:
abdulmohsen
2024-05-16 16:47:02 +03:00
parent 0056910652
commit fc77f33d88
2 changed files with 39 additions and 29 deletions

View File

@@ -60,7 +60,7 @@ final class Webhooks
return api_error('Invalid value for id path parameter.', HTTP_STATUS::HTTP_BAD_REQUEST);
}
return $this->process($name, $request)->withHeader('X-Log-Response', '0');
return $this->process($name, $request);
}
/**