diff --git a/lib/constants.dart b/lib/constants.dart index 7b69370c1..4c620c4fe 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -21,7 +21,7 @@ const String kTermsOfServiceURL = 'https://www.invoiceninja.com/terms'; const String kBankingURL = 'https://invoiceninja.com/banking'; const String kTransifexURL = 'https://www.transifex.com/invoice-ninja/invoice-ninja'; -const String kWebhookSiteURL = 'https://webhook.site'; +const String kWebhookSiteURL = 'https://requestcatcher.com'; const String kSourceCodeBackend = 'https://github.com/invoiceninja/invoiceninja/tree/v5-stable'; const String kSourceCodeFrontend =