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

Co-authored-by: Reuben Bond <203839+ReubenBond@users.noreply.github.com>
This commit is contained in:
David Fowler 2023-06-14 20:55:31 -07:00 committed by GitHub
parent 44345135b9
commit 1d6ec6cf45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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");
}
}