Compare commits
1 Commits
d573536ba4
...
3046aea2ac
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3046aea2ac |
@ -24,7 +24,6 @@ namespace Website.Controllers
|
|||||||
}
|
}
|
||||||
|
|
||||||
[HttpPost("links/{linkId:guid}/comment")]
|
[HttpPost("links/{linkId:guid}/comment")]
|
||||||
[ValidateAntiForgeryToken]
|
|
||||||
public IActionResult Create(PublishCommentCommand cmd)
|
public IActionResult Create(PublishCommentCommand cmd)
|
||||||
{
|
{
|
||||||
if (!ModelState.IsValid)
|
if (!ModelState.IsValid)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user