Browse Source

Update src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs

Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>
pull/2124/head
David Fowler 1 year ago
committed by GitHub
parent
commit
1d6ec6cf45
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs

+ 1
- 1
src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs View File

@ -71,7 +71,7 @@ public class WebhooksController : ControllerBase
}
else
{
return StatusCode(StatusCodes.Status418ImATeapot, "Grant url can't be validated");
return StatusCode(StatusCodes.Status418ImATeapot, "Grant URL invalid");
}
}


Loading…
Cancel
Save