From 1989fcfb868b0395cdeb3875efab7871ac251391 Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Thu, 11 Jan 2024 11:31:42 +0100 Subject: [PATCH] #446: Updated patch url --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 12c3733..c2b849d 100644 --- a/composer.json +++ b/composer.json @@ -61,7 +61,7 @@ "enable-patching": true, "patches": { "drupal/webform_rest": { - "Added ability to modify response data sent from Webform Submission endpoint": "https://gist.githubusercontent.com/jekuaitk/460cdbfee02ba03b651ad07ba7aa6de6/raw/4639528abd66dcd5c538d86a21a99c352c0e8183/webform_rest_submission.patch" + "Added ability to modify response data sent from Webform Submission endpoint": "https://raw.githubusercontent.com/OS2Forms/os2forms_rest_api/2.0.2/patches/webform_rest_submission.patch" } } }