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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Services/Webhooks/Webhooks.API/Controllers/WebhooksController.cs
|
|
@ -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"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|