This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
indent fixed
pull/1956/head
Daniyar Alpyspayev
2 years ago
committed by
GitHub
parent
e8e6e24d6b
commit
7554b037e9
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
4
1
8
,
"Grant url can't be validated"
)
;
return
StatusCode
(
4
1
8
,
"Grant url can't be validated"
)
;
}
}
Write
Preview
Loading…
Cancel
Save