code format
This commit is contained in:
parent
590e488024
commit
00933170a4
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ namespace Yavsc.Controllers
|
||||||
[HttpDelete("{id}")]
|
[HttpDelete("{id}")]
|
||||||
public async Task<IActionResult> DeleteCircleAuthorizationToFile([FromRoute] long id)
|
public async Task<IActionResult> DeleteCircleAuthorizationToFile([FromRoute] long id)
|
||||||
{
|
{
|
||||||
|
|
||||||
if (!ModelState.IsValid)
|
if (!ModelState.IsValid)
|
||||||
{
|
{
|
||||||
return HttpBadRequest(ModelState);
|
return HttpBadRequest(ModelState);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue