Allow Anonymous on data controller

This commit is contained in:
2025-08-05 05:00:06 +07:00
parent 4d63b9e970
commit eaf18189e4

View File

@@ -23,6 +23,7 @@ namespace Managing.Api.Controllers;
/// Controller for handling data-related operations such as retrieving tickers, spotlight data, and candles. /// Controller for handling data-related operations such as retrieving tickers, spotlight data, and candles.
/// Requires authorization for access. /// Requires authorization for access.
/// </summary> /// </summary>
[AllowAnonymous]
[ApiController] [ApiController]
[Route("[controller]")] [Route("[controller]")]
public class DataController : ControllerBase public class DataController : ControllerBase