proxying to URL is more flexible

This commit is contained in:
Rodrigo Gonzalez 2023-03-27 19:34:46 -03:00
parent 71dfaeedab
commit ece8bf5222

View File

@ -15,7 +15,7 @@ class WebhooksController
{
$proxy_host = config('appstore-server-notifications.proxy_host');
if (!empty($proxy_host)) {
ProxyHelperFacade::CreateProxy($request)->toHost($proxy_host, '');
ProxyHelperFacade::CreateProxy($request)->->toUrl($proxy_host);
}
$jobConfigKey = NotificationType::{$request->input('notification_type')}();