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:
parent
44345135b9
commit
1d6ec6cf45
@ -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…
x
Reference in New Issue
Block a user