Правка и очистка

This commit is contained in:
Халимов Рустам
2026-03-16 15:22:29 +03:00
parent 1dd53e1c6a
commit 239b08b566
9 changed files with 19 additions and 30 deletions
@@ -1,8 +1,10 @@
using Knot.Shared.Kernel.Configuration;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Authorization;
namespace Host.Controllers;
[Authorize]
[ApiController]
[Route("api/[controller]")]
public class ConfigController : ControllerBase