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.
/// Requires authorization for access.
/// </summary>
[AllowAnonymous]
[ApiController]
[Route("[controller]")]
public class DataController : ControllerBase