Reformat.

This commit is contained in:
2019-11-08 20:30:13 +00:00
parent 86ae22c42f
commit 8db64d17ae
189 changed files with 10672 additions and 12092 deletions

View File

@@ -7,8 +7,7 @@ using Microsoft.EntityFrameworkCore;
namespace DiscImageChef.Server.Areas.Admin.Controllers
{
[Area("Admin")]
[Authorize]
[Area("Admin"), Authorize]
public class OperatingSystemsController : Controller
{
readonly DicServerContext _context;