From 17d3c76fd2816d9afb230bb7d223f799f940d3ff Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Thu, 11 Jan 2024 09:45:15 +0100 Subject: [PATCH] #446: Used patch file directly --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index acbd66c..e1a5ee1 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://raw.githubusercontent.com/OS2Forms/os2forms_rest_api/1.1.0/patches/webform_rest_submission.patch" + "Added ability to modify response data sent from Webform Submission endpoint": "patches/webform_rest_submission.patch" } } }